| 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 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1367 'browser/policy/configuration_policy_handler_list.cc', | 1367 'browser/policy/configuration_policy_handler_list.cc', |
| 1368 'browser/policy/configuration_policy_handler_list.h', | 1368 'browser/policy/configuration_policy_handler_list.h', |
| 1369 'browser/policy/configuration_policy_pref_store.cc', | 1369 'browser/policy/configuration_policy_pref_store.cc', |
| 1370 'browser/policy/configuration_policy_pref_store.h', | 1370 'browser/policy/configuration_policy_pref_store.h', |
| 1371 'browser/policy/configuration_policy_provider.cc', | 1371 'browser/policy/configuration_policy_provider.cc', |
| 1372 'browser/policy/configuration_policy_provider.h', | 1372 'browser/policy/configuration_policy_provider.h', |
| 1373 'browser/policy/managed_mode_policy_provider.cc', | 1373 'browser/policy/managed_mode_policy_provider.cc', |
| 1374 'browser/policy/managed_mode_policy_provider.h', | 1374 'browser/policy/managed_mode_policy_provider.h', |
| 1375 'browser/policy/policy_bundle.cc', | 1375 'browser/policy/policy_bundle.cc', |
| 1376 'browser/policy/policy_bundle.h', | 1376 'browser/policy/policy_bundle.h', |
| 1377 'browser/policy/policy_domain_descriptor.cc', |
| 1378 'browser/policy/policy_domain_descriptor.h', |
| 1377 'browser/policy/policy_error_map.cc', | 1379 'browser/policy/policy_error_map.cc', |
| 1378 'browser/policy/policy_error_map.h', | 1380 'browser/policy/policy_error_map.h', |
| 1379 'browser/policy/policy_load_status.cc', | 1381 'browser/policy/policy_load_status.cc', |
| 1380 'browser/policy/policy_load_status.h', | 1382 'browser/policy/policy_load_status.h', |
| 1381 'browser/policy/policy_loader_mac.cc', | 1383 'browser/policy/policy_loader_mac.cc', |
| 1382 'browser/policy/policy_loader_mac.h', | 1384 'browser/policy/policy_loader_mac.h', |
| 1383 'browser/policy/policy_loader_win.cc', | 1385 'browser/policy/policy_loader_win.cc', |
| 1384 'browser/policy/policy_loader_win.h', | 1386 'browser/policy/policy_loader_win.h', |
| 1385 'browser/policy/policy_map.cc', | 1387 'browser/policy/policy_map.cc', |
| 1386 'browser/policy/policy_map.h', | 1388 'browser/policy/policy_map.h', |
| (...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3212 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3214 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3213 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3215 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3214 }, | 3216 }, |
| 3215 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3217 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3216 }, | 3218 }, |
| 3217 ], | 3219 ], |
| 3218 }, | 3220 }, |
| 3219 ], | 3221 ], |
| 3220 ], | 3222 ], |
| 3221 } | 3223 } |
| OLD | NEW |