blob: eef83fbf1f0cced8af66d85c529ad4aedfde3f4d [file] [log] [blame]
[email protected]878aa822012-08-09 10:55:041include_rules = [
[email protected]a1811b8912013-05-09 15:35:192 "+cc/base/switches.h",
Colin Blundellce085782019-07-09 06:40:373 "+components/autofill/core",
4 "+components/crash/core",
5 "+components/safe_browsing/android",
6 "+components/spellcheck/common",
7 "+components/viz/common",
[email protected]453ab2c2012-10-29 11:56:348 "+content/public",
mkosiba3c766cc2015-01-09 13:10:229 "+gin/public",
tobiasjsb20016272016-02-10 11:54:1210 "+gin/v8_initializer.h",
[email protected]8b4efe92014-02-21 16:08:2011 "+media/base/media_switches.h", # For media command line switches.
Alexei Svitkine70c95022019-08-21 18:13:2412 "+mojo/core/embedder/embedder.h",
jdduke36fee7b2015-08-06 00:16:5013 "+ui/events/gesture_detection",
boliuec5d6de2014-12-11 00:54:4114 "+ui/gl",
[email protected]878aa822012-08-09 10:55:0415]
Clark DuVall9642be2a2019-09-20 06:26:1116
17specific_include_rules = {
18 # Special-case where webview composes webview+weblayer.
19 "webview_entry_point\.cc": [
20 "+weblayer",
21 ],
22}