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

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 addressed 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 3078 matching lines...) Expand 10 before | Expand all | Expand 10 after
4262 '../components/components.gyp:rlz', 4264 '../components/components.gyp:rlz',
4263 '../components/components.gyp:search_engines', 4265 '../components/components.gyp:search_engines',
4264 '../rlz/rlz.gyp:rlz_lib', 4266 '../rlz/rlz.gyp:rlz_lib',
4265 'common', 4267 'common',
4266 ], 4268 ],
4267 }, 4269 },
4268 ], 4270 ],
4269 }], 4271 }],
4270 ], 4272 ],
4271 } 4273 }
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