Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 '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 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2167 'browser/profiles/refcounted_profile_keyed_service_factory.h', | 2167 'browser/profiles/refcounted_profile_keyed_service_factory.h', |
| 2168 'browser/profiles/refcounted_profile_keyed_service_factory.cc', | 2168 'browser/profiles/refcounted_profile_keyed_service_factory.cc', |
| 2169 'browser/protector/base_setting_change.cc', | 2169 'browser/protector/base_setting_change.cc', |
| 2170 'browser/protector/base_setting_change.h', | 2170 'browser/protector/base_setting_change.h', |
| 2171 'browser/protector/default_search_provider_change.cc', | 2171 'browser/protector/default_search_provider_change.cc', |
| 2172 'browser/protector/histograms.cc', | 2172 'browser/protector/histograms.cc', |
| 2173 'browser/protector/histograms.h', | 2173 'browser/protector/histograms.h', |
| 2174 'browser/protector/internal/keys_internal.cc', | 2174 'browser/protector/internal/keys_internal.cc', |
| 2175 'browser/protector/keys.cc', | 2175 'browser/protector/keys.cc', |
| 2176 'browser/protector/keys.h', | 2176 'browser/protector/keys.h', |
| 2177 'browser/protector/protected_prefs_watcher.cc', | |
|
whywhat
2012/03/07 18:53:30
It should be possible to add a unit test to the wa
Ivan Korotkov
2012/03/11 12:59:44
Done.
| |
| 2178 'browser/protector/protected_prefs_watcher.h', | |
| 2177 'browser/protector/protector_service.cc', | 2179 'browser/protector/protector_service.cc', |
| 2178 'browser/protector/protector_service.h', | 2180 'browser/protector/protector_service.h', |
| 2179 'browser/protector/protector_service_factory.cc', | 2181 'browser/protector/protector_service_factory.cc', |
| 2180 'browser/protector/protector_service_factory.h', | 2182 'browser/protector/protector_service_factory.h', |
| 2181 'browser/protector/settings_change_global_error.cc', | 2183 'browser/protector/settings_change_global_error.cc', |
| 2182 'browser/protector/settings_change_global_error.h', | 2184 'browser/protector/settings_change_global_error.h', |
| 2183 'browser/protector/settings_change_global_error_delegate.h', | 2185 'browser/protector/settings_change_global_error_delegate.h', |
| 2184 'browser/remove_rows_table_model.h', | 2186 'browser/remove_rows_table_model.h', |
| 2185 'browser/renderer_host/chrome_render_message_filter.cc', | 2187 'browser/renderer_host/chrome_render_message_filter.cc', |
| 2186 'browser/renderer_host/chrome_render_message_filter.h', | 2188 'browser/renderer_host/chrome_render_message_filter.h', |
| (...skipping 3518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5705 'variables': { | 5707 'variables': { |
| 5706 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5708 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5707 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5709 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5708 }, | 5710 }, |
| 5709 'includes': ['../build/protoc.gypi'], | 5711 'includes': ['../build/protoc.gypi'], |
| 5710 }], | 5712 }], |
| 5711 ], | 5713 ], |
| 5712 }, | 5714 }, |
| 5713 ], | 5715 ], |
| 5714 } | 5716 } |
| OLD | NEW |