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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1744483002: Monitor the system native frame color on Win 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 4 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
« no previous file with comments | « chrome/browser/themes/theme_service_win.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 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 'browser/google/did_run_updater_win.cc', 1395 'browser/google/did_run_updater_win.cc',
1396 'browser/google/did_run_updater_win.h', 1396 'browser/google/did_run_updater_win.h',
1397 'browser/hang_monitor/hang_crash_dump_win.cc', 1397 'browser/hang_monitor/hang_crash_dump_win.cc',
1398 'browser/hang_monitor/hang_crash_dump_win.h', 1398 'browser/hang_monitor/hang_crash_dump_win.h',
1399 'browser/hang_monitor/hung_plugin_action.cc', 1399 'browser/hang_monitor/hung_plugin_action.cc',
1400 'browser/hang_monitor/hung_plugin_action.h', 1400 'browser/hang_monitor/hung_plugin_action.h',
1401 'browser/hang_monitor/hung_window_detector.cc', 1401 'browser/hang_monitor/hung_window_detector.cc',
1402 'browser/hang_monitor/hung_window_detector.h', 1402 'browser/hang_monitor/hung_window_detector.h',
1403 'browser/password_manager/password_manager_util_win.cc', 1403 'browser/password_manager/password_manager_util_win.cc',
1404 'browser/password_manager/password_manager_util_win.h', 1404 'browser/password_manager/password_manager_util_win.h',
1405 'browser/themes/theme_service_win.cc',
1406 'browser/themes/theme_service_win.h',
1405 ], 1407 ],
1406 'chrome_browser_non_win_sources': [ 1408 'chrome_browser_non_win_sources': [
1407 'browser/profile_resetter/triggered_profile_resetter_stub.cc', 1409 'browser/profile_resetter/triggered_profile_resetter_stub.cc',
1408 'browser/profiles/profile_shortcut_manager_stub.cc', 1410 'browser/profiles/profile_shortcut_manager_stub.cc',
1409 ], 1411 ],
1410 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1412 # Sources (generally "desktop OS importers") used only on Mac & Windows.
1411 'chrome_browser_win_mac_sources': [ 1413 'chrome_browser_win_mac_sources': [
1412 'browser/crash_upload_list_crashpad.cc', 1414 'browser/crash_upload_list_crashpad.cc',
1413 'browser/crash_upload_list_crashpad.h', 1415 'browser/crash_upload_list_crashpad.h',
1414 'browser/media_galleries/fileapi/file_path_watcher_util.cc', 1416 'browser/media_galleries/fileapi/file_path_watcher_util.cc',
(...skipping 2827 matching lines...) Expand 10 before | Expand all | Expand 10 after
4242 '../components/components.gyp:rlz', 4244 '../components/components.gyp:rlz',
4243 '../components/components.gyp:search_engines', 4245 '../components/components.gyp:search_engines',
4244 '../rlz/rlz.gyp:rlz_lib', 4246 '../rlz/rlz.gyp:rlz_lib',
4245 'common', 4247 'common',
4246 ], 4248 ],
4247 }, 4249 },
4248 ], 4250 ],
4249 }], 4251 }],
4250 ], 4252 ],
4251 } 4253 }
OLDNEW
« no previous file with comments | « chrome/browser/themes/theme_service_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698