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 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1386 'browser/policy/configuration_policy_handler_list.cc', | 1386 'browser/policy/configuration_policy_handler_list.cc', |
1387 'browser/policy/configuration_policy_handler_list.h', | 1387 'browser/policy/configuration_policy_handler_list.h', |
1388 'browser/policy/configuration_policy_pref_store.cc', | 1388 'browser/policy/configuration_policy_pref_store.cc', |
1389 'browser/policy/configuration_policy_pref_store.h', | 1389 'browser/policy/configuration_policy_pref_store.h', |
1390 'browser/policy/configuration_policy_provider.cc', | 1390 'browser/policy/configuration_policy_provider.cc', |
1391 'browser/policy/configuration_policy_provider.h', | 1391 'browser/policy/configuration_policy_provider.h', |
1392 'browser/policy/managed_mode_policy_provider.cc', | 1392 'browser/policy/managed_mode_policy_provider.cc', |
1393 'browser/policy/managed_mode_policy_provider.h', | 1393 'browser/policy/managed_mode_policy_provider.h', |
1394 'browser/policy/policy_bundle.cc', | 1394 'browser/policy/policy_bundle.cc', |
1395 'browser/policy/policy_bundle.h', | 1395 'browser/policy/policy_bundle.h', |
| 1396 'browser/policy/policy_domain_descriptor.cc', |
| 1397 'browser/policy/policy_domain_descriptor.h', |
1396 'browser/policy/policy_error_map.cc', | 1398 'browser/policy/policy_error_map.cc', |
1397 'browser/policy/policy_error_map.h', | 1399 'browser/policy/policy_error_map.h', |
1398 'browser/policy/policy_load_status.cc', | 1400 'browser/policy/policy_load_status.cc', |
1399 'browser/policy/policy_load_status.h', | 1401 'browser/policy/policy_load_status.h', |
1400 'browser/policy/policy_loader_mac.cc', | 1402 'browser/policy/policy_loader_mac.cc', |
1401 'browser/policy/policy_loader_mac.h', | 1403 'browser/policy/policy_loader_mac.h', |
1402 'browser/policy/policy_loader_win.cc', | 1404 'browser/policy/policy_loader_win.cc', |
1403 'browser/policy/policy_loader_win.h', | 1405 'browser/policy/policy_loader_win.h', |
1404 'browser/policy/policy_map.cc', | 1406 'browser/policy/policy_map.cc', |
1405 'browser/policy/policy_map.h', | 1407 'browser/policy/policy_map.h', |
(...skipping 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3228 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3230 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3229 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3231 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3230 }, | 3232 }, |
3231 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3233 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3232 }, | 3234 }, |
3233 ], | 3235 ], |
3234 }, | 3236 }, |
3235 ], | 3237 ], |
3236 ], | 3238 ], |
3237 } | 3239 } |
OLD | NEW |