Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Side by Side Diff: extensions/common/DEPS

Issue 194333002: Move extension_messages.h to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+net", 2 "+net",
3 "+third_party/re2", 3 "+third_party/re2",
4 4
5 # Temporarily allowed includes as part of the app shell/extensions refactor. 5 # Temporarily allowed includes as part of the app shell/extensions refactor.
6 # 6 #
7 # NOTE: Please do not add includes without talking to the app shell team; 7 # NOTE: Please do not add includes without talking to the app shell team;
8 # see OWNERS for this directory. 8 # see OWNERS for this directory.
9 # 9 #
10 # TODO(benwells): Remove these. http://crbug.com/162530 10 # TODO(benwells): Remove these. http://crbug.com/162530
11 "+chrome/common/extensions/api/generated_schemas.h", 11 "+chrome/common/extensions/api/generated_schemas.h",
12 "+chrome/common/extensions/api/messaging/message.h",
13 "+chrome/common/extensions/permissions",
12 "+grit/chromium_strings.h", 14 "+grit/chromium_strings.h",
13 "+grit/common_resources.h", 15 "+grit/common_resources.h",
14 "+grit/extensions_api_resources.h", 16 "+grit/extensions_api_resources.h",
15 "+grit/theme_resources.h", 17 "+grit/theme_resources.h",
16 # TODO(jamescook): Extract extensions-related strings from this file. 18 # TODO(jamescook): Extract extensions-related strings from this file.
17 "+grit/generated_resources.h", 19 "+grit/generated_resources.h",
18 ] 20 ]
19 21
20 specific_include_rules = { 22 specific_include_rules = {
21 ".*test\.cc": [ 23 ".*test\.cc": [
22 # Temporarily allowed testing includes. See above. 24 # Temporarily allowed testing includes. See above.
23 # TODO(benwells): Remove these. http://crbug.com/162530 25 # TODO(benwells): Remove these. http://crbug.com/162530
24 "+chrome/common/extensions/manifest_tests/extension_manifest_test.h", 26 "+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
25 ] 27 ]
26 } 28 }
OLDNEW
« no previous file with comments | « extensions/browser/renderer_startup_helper.cc ('k') | extensions/common/extension_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698