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 2593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2604 'dependencies': [ | 2604 'dependencies': [ |
2605 'browser_extensions', | 2605 'browser_extensions', |
2606 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2606 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2607 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2607 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2608 'common/extensions/api/api.gyp:chrome_api', | 2608 'common/extensions/api/api.gyp:chrome_api', |
2609 'debugger', | 2609 'debugger', |
2610 'installer_util', | 2610 'installer_util', |
2611 '../components/components.gyp:autofill_content_risk_proto', | 2611 '../components/components.gyp:autofill_content_risk_proto', |
2612 '../components/components.gyp:translate_content_common', | 2612 '../components/components.gyp:translate_content_common', |
2613 '../media/media.gyp:media', | 2613 '../media/media.gyp:media', |
2614 '../mojo/mojo.gyp:mojo_system_impl', | 2614 '../mojo/mojo_base.gyp:mojo_system_impl', |
2615 '../net/net.gyp:net_with_v8', | 2615 '../net/net.gyp:net_with_v8', |
2616 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2616 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2617 '../third_party/expat/expat.gyp:expat', | 2617 '../third_party/expat/expat.gyp:expat', |
2618 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2618 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2619 '../third_party/libjingle/libjingle.gyp:libjingle', | 2619 '../third_party/libjingle/libjingle.gyp:libjingle', |
2620 '../third_party/npapi/npapi.gyp:npapi', | 2620 '../third_party/npapi/npapi.gyp:npapi', |
2621 '../third_party/re2/re2.gyp:re2', | 2621 '../third_party/re2/re2.gyp:re2', |
2622 '../ui/compositor/compositor.gyp:compositor', | 2622 '../ui/compositor/compositor.gyp:compositor', |
2623 '../ui/surface/surface.gyp:surface', | 2623 '../ui/surface/surface.gyp:surface', |
2624 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2624 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2967 }], | 2967 }], |
2968 ['OS!="android" and OS!="ios"', { | 2968 ['OS!="android" and OS!="ios"', { |
2969 'dependencies': [ | 2969 'dependencies': [ |
2970 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2970 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2971 ], | 2971 ], |
2972 }], | 2972 }], |
2973 ], | 2973 ], |
2974 }, | 2974 }, |
2975 ], | 2975 ], |
2976 } | 2976 } |
OLD | NEW |