| 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 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1357 'browser/policy/configuration_policy_handler_list.cc', | 1357 'browser/policy/configuration_policy_handler_list.cc', |
| 1358 'browser/policy/configuration_policy_handler_list.h', | 1358 'browser/policy/configuration_policy_handler_list.h', |
| 1359 'browser/policy/configuration_policy_pref_store.cc', | 1359 'browser/policy/configuration_policy_pref_store.cc', |
| 1360 'browser/policy/configuration_policy_pref_store.h', | 1360 'browser/policy/configuration_policy_pref_store.h', |
| 1361 'browser/policy/configuration_policy_provider.cc', | 1361 'browser/policy/configuration_policy_provider.cc', |
| 1362 'browser/policy/configuration_policy_provider.h', | 1362 'browser/policy/configuration_policy_provider.h', |
| 1363 'browser/policy/managed_mode_policy_provider.cc', | 1363 'browser/policy/managed_mode_policy_provider.cc', |
| 1364 'browser/policy/managed_mode_policy_provider.h', | 1364 'browser/policy/managed_mode_policy_provider.h', |
| 1365 'browser/policy/policy_bundle.cc', | 1365 'browser/policy/policy_bundle.cc', |
| 1366 'browser/policy/policy_bundle.h', | 1366 'browser/policy/policy_bundle.h', |
| 1367 'browser/policy/policy_domain_descriptor.cc', |
| 1368 'browser/policy/policy_domain_descriptor.h', |
| 1367 'browser/policy/policy_error_map.cc', | 1369 'browser/policy/policy_error_map.cc', |
| 1368 'browser/policy/policy_error_map.h', | 1370 'browser/policy/policy_error_map.h', |
| 1369 'browser/policy/policy_load_status.cc', | 1371 'browser/policy/policy_load_status.cc', |
| 1370 'browser/policy/policy_load_status.h', | 1372 'browser/policy/policy_load_status.h', |
| 1371 'browser/policy/policy_loader_mac.cc', | 1373 'browser/policy/policy_loader_mac.cc', |
| 1372 'browser/policy/policy_loader_mac.h', | 1374 'browser/policy/policy_loader_mac.h', |
| 1373 'browser/policy/policy_loader_win.cc', | 1375 'browser/policy/policy_loader_win.cc', |
| 1374 'browser/policy/policy_loader_win.h', | 1376 'browser/policy/policy_loader_win.h', |
| 1375 'browser/policy/policy_map.cc', | 1377 'browser/policy/policy_map.cc', |
| 1376 'browser/policy/policy_map.h', | 1378 'browser/policy/policy_map.h', |
| (...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3184 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3186 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3185 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3187 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3186 }, | 3188 }, |
| 3187 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3189 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3188 }, | 3190 }, |
| 3189 ], | 3191 ], |
| 3190 }, | 3192 }, |
| 3191 ], | 3193 ], |
| 3192 ], | 3194 ], |
| 3193 } | 3195 } |
| OLD | NEW |