OLD | NEW |
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 '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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1298 'browser/plugins/plugin_status_pref_setter.cc', | 1298 'browser/plugins/plugin_status_pref_setter.cc', |
1299 'browser/plugins/plugin_status_pref_setter.h', | 1299 'browser/plugins/plugin_status_pref_setter.h', |
1300 'browser/policy/async_policy_loader.cc', | 1300 'browser/policy/async_policy_loader.cc', |
1301 'browser/policy/async_policy_loader.h', | 1301 'browser/policy/async_policy_loader.h', |
1302 'browser/policy/async_policy_provider.cc', | 1302 'browser/policy/async_policy_provider.cc', |
1303 'browser/policy/async_policy_provider.h', | 1303 'browser/policy/async_policy_provider.h', |
1304 'browser/policy/browser_policy_connector.cc', | 1304 'browser/policy/browser_policy_connector.cc', |
1305 'browser/policy/browser_policy_connector.h', | 1305 'browser/policy/browser_policy_connector.h', |
1306 'browser/policy/cloud/cloud_external_data_manager.cc', | 1306 'browser/policy/cloud/cloud_external_data_manager.cc', |
1307 'browser/policy/cloud/cloud_external_data_manager.h', | 1307 'browser/policy/cloud/cloud_external_data_manager.h', |
| 1308 'browser/policy/cloud/cloud_external_data_manager_base.cc', |
| 1309 'browser/policy/cloud/cloud_external_data_manager_base.h', |
1308 'browser/policy/cloud/cloud_external_data_store.cc', | 1310 'browser/policy/cloud/cloud_external_data_store.cc', |
1309 'browser/policy/cloud/cloud_external_data_store.h', | 1311 'browser/policy/cloud/cloud_external_data_store.h', |
1310 'browser/policy/cloud/cloud_policy_client.cc', | 1312 'browser/policy/cloud/cloud_policy_client.cc', |
1311 'browser/policy/cloud/cloud_policy_client.h', | 1313 'browser/policy/cloud/cloud_policy_client.h', |
1312 'browser/policy/cloud/cloud_policy_client_registration_helper.cc', | 1314 'browser/policy/cloud/cloud_policy_client_registration_helper.cc', |
1313 'browser/policy/cloud/cloud_policy_client_registration_helper.h', | 1315 'browser/policy/cloud/cloud_policy_client_registration_helper.h', |
1314 'browser/policy/cloud/cloud_policy_constants.cc', | 1316 'browser/policy/cloud/cloud_policy_constants.cc', |
1315 'browser/policy/cloud/cloud_policy_constants.h', | 1317 'browser/policy/cloud/cloud_policy_constants.h', |
1316 'browser/policy/cloud/cloud_policy_core.cc', | 1318 'browser/policy/cloud/cloud_policy_core.cc', |
1317 'browser/policy/cloud/cloud_policy_core.h', | 1319 'browser/policy/cloud/cloud_policy_core.h', |
(...skipping 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3338 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3340 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3339 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3341 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3340 }, | 3342 }, |
3341 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3343 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3342 }, | 3344 }, |
3343 ], | 3345 ], |
3344 }, | 3346 }, |
3345 ], | 3347 ], |
3346 ], | 3348 ], |
3347 } | 3349 } |
OLD | NEW |