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