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

Side by Side Diff: ash/content/display/DEPS

Issue 1119113004: Reland "Load and apply a vcgt table from an ICC file to the internal display" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vcgt-rebase
Patch Set: Add third_party/qcms to ash BUILD.gn Created 5 years, 7 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/content/display/display_color_manager_chromeos.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/browser/screen_orientation_delegate.h", 2 "+content/public/browser/screen_orientation_delegate.h",
3 "+content/public/browser/screen_orientation_provider.h", 3 "+content/public/browser/screen_orientation_provider.h",
4 "+content/public/browser/browser_context.h", 4 "+content/public/browser/browser_context.h",
5 "+content/public/browser/browser_thread.h",
5 "+content/public/browser/web_contents.h", 6 "+content/public/browser/web_contents.h",
7 "+third_party/qcms/src/qcms.h",
6 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 8 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
7 ] 9 ]
8 10
9 specific_include_rules = { 11 specific_include_rules = {
10 ".*test\.cc": [ 12 ".*test\.cc": [
11 "+content/public/test/test_browser_context.h" 13 "+content/public/test/test_browser_context.h"
12 ], 14 ],
13 } 15 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/content/display/display_color_manager_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698