| 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 2707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2718 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 2718 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
| 2719 ], | 2719 ], |
| 2720 }], | 2720 }], |
| 2721 ['debug_devtools==1', { | 2721 ['debug_devtools==1', { |
| 2722 'defines': [ | 2722 'defines': [ |
| 2723 'DEBUG_DEVTOOLS=1', | 2723 'DEBUG_DEVTOOLS=1', |
| 2724 ], | 2724 ], |
| 2725 }], | 2725 }], |
| 2726 ['configuration_policy==1', { | 2726 ['configuration_policy==1', { |
| 2727 'dependencies': [ | 2727 'dependencies': [ |
| 2728 'app/policy/cloud_policy_codegen.gyp:policy', | 2728 '../components/components.gyp:policy', |
| 2729 ], | 2729 ], |
| 2730 }, { # configuration_policy==0 | 2730 }, { # configuration_policy==0 |
| 2731 'sources/': [ | 2731 'sources/': [ |
| 2732 ['exclude', 'browser/ui/webui/policy_ui.cc'], | 2732 ['exclude', 'browser/ui/webui/policy_ui.cc'], |
| 2733 ['exclude', 'browser/ui/webui/policy_ui.h'], | 2733 ['exclude', 'browser/ui/webui/policy_ui.h'], |
| 2734 ], | 2734 ], |
| 2735 }], | 2735 }], |
| 2736 ['enable_plugins==1', { | 2736 ['enable_plugins==1', { |
| 2737 'dependencies': [ | 2737 'dependencies': [ |
| 2738 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2738 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3365 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3365 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3368 ], | 3368 ], |
| 3369 }], | 3369 }], |
| 3370 ], | 3370 ], |
| 3371 }, | 3371 }, |
| 3372 ], | 3372 ], |
| 3373 } | 3373 } |
| OLD | NEW |