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_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2712 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 2712 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
2713 ], | 2713 ], |
2714 }], | 2714 }], |
2715 ['debug_devtools==1', { | 2715 ['debug_devtools==1', { |
2716 'defines': [ | 2716 'defines': [ |
2717 'DEBUG_DEVTOOLS=1', | 2717 'DEBUG_DEVTOOLS=1', |
2718 ], | 2718 ], |
2719 }], | 2719 }], |
2720 ['configuration_policy==1', { | 2720 ['configuration_policy==1', { |
2721 'dependencies': [ | 2721 'dependencies': [ |
2722 'app/policy/cloud_policy_codegen.gyp:policy', | 2722 '../components/components.gyp:policy', |
2723 ], | 2723 ], |
2724 }, { # configuration_policy==0 | 2724 }, { # configuration_policy==0 |
2725 'sources/': [ | 2725 'sources/': [ |
2726 ['exclude', 'browser/ui/webui/policy_ui.cc'], | 2726 ['exclude', 'browser/ui/webui/policy_ui.cc'], |
2727 ['exclude', 'browser/ui/webui/policy_ui.h'], | 2727 ['exclude', 'browser/ui/webui/policy_ui.h'], |
2728 ], | 2728 ], |
2729 }], | 2729 }], |
2730 ['enable_plugins==1', { | 2730 ['enable_plugins==1', { |
2731 'dependencies': [ | 2731 'dependencies': [ |
2732 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2732 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3367 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3367 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3368 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3368 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3369 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3369 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3370 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3370 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3371 ], | 3371 ], |
3372 }], | 3372 }], |
3373 ], | 3373 ], |
3374 }, | 3374 }, |
3375 ], | 3375 ], |
3376 } | 3376 } |
OLD | NEW |