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 'variables': { | 6 'variables': { |
7 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 2592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2603 '../components/components.gyp:dom_distiller_core', | 2603 '../components/components.gyp:dom_distiller_core', |
2604 '../sync/sync.gyp:sync', | 2604 '../sync/sync.gyp:sync', |
2605 ], | 2605 ], |
2606 'conditions': [ | 2606 'conditions': [ |
2607 ['OS != "ios"', { | 2607 ['OS != "ios"', { |
2608 'sources': [ | 2608 'sources': [ |
2609 '<@(chrome_browser_ui_non_ios_sources)', | 2609 '<@(chrome_browser_ui_non_ios_sources)', |
2610 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', | 2610 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', |
2611 ], | 2611 ], |
2612 'dependencies': [ | 2612 'dependencies': [ |
| 2613 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', |
2613 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2614 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2614 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2615 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2615 'common/extensions/api/api.gyp:chrome_api', | 2616 'common/extensions/api/api.gyp:chrome_api', |
2616 'debugger', | 2617 'debugger', |
2617 'installer_util', | 2618 'installer_util', |
2618 '../components/components.gyp:autofill_content_risk_proto', | 2619 '../components/components.gyp:autofill_content_risk_proto', |
2619 '../components/components.gyp:translate_content_common', | 2620 '../components/components.gyp:translate_content_common', |
2620 '../content/app/resources/content_resources.gyp:content_resources', | 2621 '../content/app/resources/content_resources.gyp:content_resources', |
2621 '../media/media.gyp:media', | 2622 '../media/media.gyp:media', |
2622 '../mojo/mojo_base.gyp:mojo_system_impl', | 2623 '../mojo/mojo_base.gyp:mojo_system_impl', |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2974 }], | 2975 }], |
2975 ['OS!="android" and OS!="ios"', { | 2976 ['OS!="android" and OS!="ios"', { |
2976 'dependencies': [ | 2977 'dependencies': [ |
2977 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2978 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2978 ], | 2979 ], |
2979 }], | 2980 }], |
2980 ], | 2981 ], |
2981 }, | 2982 }, |
2982 ], | 2983 ], |
2983 } | 2984 } |
OLD | NEW |