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 8899002: [cros] Add --stub-cros-settings option for testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years 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 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'browser/chromeos/status/status_area_bubble.cc', 777 'browser/chromeos/status/status_area_bubble.cc',
778 'browser/chromeos/status/status_area_bubble.h', 778 'browser/chromeos/status/status_area_bubble.h',
779 'browser/chromeos/status/status_area_button.cc', 779 'browser/chromeos/status/status_area_button.cc',
780 'browser/chromeos/status/status_area_button.h', 780 'browser/chromeos/status/status_area_button.h',
781 'browser/chromeos/status/status_area_view.cc', 781 'browser/chromeos/status/status_area_view.cc',
782 'browser/chromeos/status/status_area_view.h', 782 'browser/chromeos/status/status_area_view.h',
783 'browser/chromeos/status/status_area_view_chromeos.cc', 783 'browser/chromeos/status/status_area_view_chromeos.cc',
784 'browser/chromeos/status/status_area_view_chromeos.h', 784 'browser/chromeos/status/status_area_view_chromeos.h',
785 'browser/chromeos/status/timezone_clock_updater.cc', 785 'browser/chromeos/status/timezone_clock_updater.cc',
786 'browser/chromeos/status/timezone_clock_updater.h', 786 'browser/chromeos/status/timezone_clock_updater.h',
787 'browser/chromeos/stub_cros_settings_provider.cc',
788 'browser/chromeos/stub_cros_settings_provider.h',
787 'browser/chromeos/system/name_value_pairs_parser.cc', 789 'browser/chromeos/system/name_value_pairs_parser.cc',
788 'browser/chromeos/system/name_value_pairs_parser.h', 790 'browser/chromeos/system/name_value_pairs_parser.h',
789 'browser/chromeos/system/runtime_environment.cc', 791 'browser/chromeos/system/runtime_environment.cc',
790 'browser/chromeos/system/runtime_environment.h', 792 'browser/chromeos/system/runtime_environment.h',
791 'browser/chromeos/system/screen_locker_settings.cc', 793 'browser/chromeos/system/screen_locker_settings.cc',
792 'browser/chromeos/system/screen_locker_settings.h', 794 'browser/chromeos/system/screen_locker_settings.h',
793 'browser/chromeos/system/statistics_provider.cc', 795 'browser/chromeos/system/statistics_provider.cc',
794 'browser/chromeos/system/statistics_provider.h', 796 'browser/chromeos/system/statistics_provider.h',
795 'browser/chromeos/system/syslogs_provider.cc', 797 'browser/chromeos/system/syslogs_provider.cc',
796 'browser/chromeos/system/syslogs_provider.h', 798 'browser/chromeos/system/syslogs_provider.h',
(...skipping 4475 matching lines...) Expand 10 before | Expand all | Expand 10 after
5272 'type': 'static_library', 5274 'type': 'static_library',
5273 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5275 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5274 'variables': { 5276 'variables': {
5275 'proto_in_dir': 'browser/history', 5277 'proto_in_dir': 'browser/history',
5276 'proto_out_dir': 'chrome/browser/history', 5278 'proto_out_dir': 'chrome/browser/history',
5277 }, 5279 },
5278 'includes': [ '../build/protoc.gypi' ] 5280 'includes': [ '../build/protoc.gypi' ]
5279 }, 5281 },
5280 ], 5282 ],
5281 } 5283 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/system_settings_provider.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698