Remove unneeded ENABLE_BEGIN_FRAME_SCHEDULING command line flag
[chromium-blink-merge.git] / chromecast / DEPS
blobeae26b0f6405405935a50a053454829c563393db
1 # Do not add any includes under chrome/ anywhere in chromecast.
3 include_rules = [
4   # Chromecast code should explicitly declare its dependencies on each
5   # sub-directory within chromecast/.
6   "-chromecast",
7   "+chromecast/base",
8   "+chromecast/public",
10   # Other Chromecast-wide dependencies.
11   "+content/public/common",
12   "+crypto",
13   "+grit/chromecast_settings.h",
14   "+grit/shell_resources.h",
15   "+jni",
16   "+net",
17   "+ui",