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

Side by Side Diff: content/browser/DEPS

Issue 7973006: Make isimpledom write shared generated files to SHARED_INTERMEDIATE_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup the GYP Created 9 years, 3 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 "+content/gpu", # For gpu_info_collector.h and in-process GPU 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU
3 3
4 # Other libraries. 4 # Other libraries.
5 "+third_party/iaccessible2", 5 "+third_party/iaccessible2",
6 "+third_party/isimpledom",
6 7
7 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 8 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
8 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 9 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
9 # for more information. 10 # for more information.
10 11
11 # ONLY USED BY TESTS 12 # ONLY USED BY TESTS
12 "+chrome/browser/ui/browser.h", 13 "+chrome/browser/ui/browser.h",
13 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698