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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1950133009: DevTools: account for the display scale factor while validating manifest under emulation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment added Created 4 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
« chrome/browser/ui/browser.cc ('K') | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'browser/accessibility/invert_bubble_prefs.cc', 1164 'browser/accessibility/invert_bubble_prefs.cc',
1165 'browser/accessibility/invert_bubble_prefs.h', 1165 'browser/accessibility/invert_bubble_prefs.h',
1166 'browser/background/background_contents.cc', 1166 'browser/background/background_contents.cc',
1167 'browser/background/background_contents.h', 1167 'browser/background/background_contents.h',
1168 'browser/banners/app_banner_data_fetcher_desktop.cc', 1168 'browser/banners/app_banner_data_fetcher_desktop.cc',
1169 'browser/banners/app_banner_data_fetcher_desktop.h', 1169 'browser/banners/app_banner_data_fetcher_desktop.h',
1170 'browser/banners/app_banner_infobar_delegate_desktop.cc', 1170 'browser/banners/app_banner_infobar_delegate_desktop.cc',
1171 'browser/banners/app_banner_infobar_delegate_desktop.h', 1171 'browser/banners/app_banner_infobar_delegate_desktop.h',
1172 'browser/banners/app_banner_manager_desktop.cc', 1172 'browser/banners/app_banner_manager_desktop.cc',
1173 'browser/banners/app_banner_manager_desktop.h', 1173 'browser/banners/app_banner_manager_desktop.h',
1174 'browser/banners/app_banner_manager_emulation.cc',
1175 'browser/banners/app_banner_manager_emulation.h',
1174 'browser/bookmarks/bookmark_html_writer.cc', 1176 'browser/bookmarks/bookmark_html_writer.cc',
1175 'browser/bookmarks/bookmark_html_writer.h', 1177 'browser/bookmarks/bookmark_html_writer.h',
1176 'browser/certificate_viewer.cc', 1178 'browser/certificate_viewer.cc',
1177 'browser/certificate_viewer.h', 1179 'browser/certificate_viewer.h',
1178 'browser/chrome_browser_field_trials_desktop.cc', 1180 'browser/chrome_browser_field_trials_desktop.cc',
1179 'browser/chrome_browser_field_trials_desktop.h', 1181 'browser/chrome_browser_field_trials_desktop.h',
1180 'browser/chrome_browser_main_posix.cc', 1182 'browser/chrome_browser_main_posix.cc',
1181 'browser/chrome_browser_main_posix.h', 1183 'browser/chrome_browser_main_posix.h',
1182 'browser/chrome_process_singleton.cc', 1184 'browser/chrome_process_singleton.cc',
1183 'browser/chrome_process_singleton.h', 1185 'browser/chrome_process_singleton.h',
(...skipping 3074 matching lines...) Expand 10 before | Expand all | Expand 10 after
4258 '../components/components.gyp:rlz', 4260 '../components/components.gyp:rlz',
4259 '../components/components.gyp:search_engines', 4261 '../components/components.gyp:search_engines',
4260 '../rlz/rlz.gyp:rlz_lib', 4262 '../rlz/rlz.gyp:rlz_lib',
4261 'common', 4263 'common',
4262 ], 4264 ],
4263 }, 4265 },
4264 ], 4266 ],
4265 }], 4267 }],
4266 ], 4268 ],
4267 } 4269 }
OLDNEW
« chrome/browser/ui/browser.cc ('K') | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698