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 2587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2598 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', | 2598 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', |
2599 ], | 2599 ], |
2600 'dependencies': [ | 2600 'dependencies': [ |
2601 'browser_extensions', | 2601 'browser_extensions', |
2602 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2602 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2603 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2603 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2604 'common/extensions/api/api.gyp:chrome_api', | 2604 'common/extensions/api/api.gyp:chrome_api', |
2605 'debugger', | 2605 'debugger', |
2606 'installer_util', | 2606 'installer_util', |
2607 '../components/components.gyp:autofill_content_risk_proto', | 2607 '../components/components.gyp:autofill_content_risk_proto', |
| 2608 '../components/components.gyp:translate_content_common', |
2608 '../media/media.gyp:media', | 2609 '../media/media.gyp:media', |
2609 '../mojo/mojo.gyp:mojo_system_impl', | 2610 '../mojo/mojo.gyp:mojo_system_impl', |
2610 '../net/net.gyp:net_with_v8', | 2611 '../net/net.gyp:net_with_v8', |
2611 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2612 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2612 '../third_party/expat/expat.gyp:expat', | 2613 '../third_party/expat/expat.gyp:expat', |
2613 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2614 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2614 '../third_party/libjingle/libjingle.gyp:libjingle', | 2615 '../third_party/libjingle/libjingle.gyp:libjingle', |
2615 '../third_party/npapi/npapi.gyp:npapi', | 2616 '../third_party/npapi/npapi.gyp:npapi', |
2616 '../third_party/re2/re2.gyp:re2', | 2617 '../third_party/re2/re2.gyp:re2', |
2617 '../ui/compositor/compositor.gyp:compositor', | 2618 '../ui/compositor/compositor.gyp:compositor', |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2957 }], | 2958 }], |
2958 ['OS!="android" and OS!="ios"', { | 2959 ['OS!="android" and OS!="ios"', { |
2959 'dependencies': [ | 2960 'dependencies': [ |
2960 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2961 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2961 ], | 2962 ], |
2962 }], | 2963 }], |
2963 ], | 2964 ], |
2964 }, | 2965 }, |
2965 ], | 2966 ], |
2966 } | 2967 } |
OLD | NEW |