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 2678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2689 ], | 2689 ], |
2690 'dependencies': [ | 2690 'dependencies': [ |
2691 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2691 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2692 'debugger', | 2692 'debugger', |
2693 'installer_util', | 2693 'installer_util', |
2694 '../components/components.gyp:app_modal', | 2694 '../components/components.gyp:app_modal', |
2695 '../components/components.gyp:autofill_content_risk_proto', | 2695 '../components/components.gyp:autofill_content_risk_proto', |
2696 '../components/components.gyp:translate_content_common', | 2696 '../components/components.gyp:translate_content_common', |
2697 '../content/app/resources/content_resources.gyp:content_resources', | 2697 '../content/app/resources/content_resources.gyp:content_resources', |
2698 '../media/media.gyp:media', | 2698 '../media/media.gyp:media', |
2699 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | 2699 '../mojo/mojo_edk.gyp:mojo_system_impl', |
2700 '../net/net.gyp:net_with_v8', | 2700 '../net/net.gyp:net_with_v8', |
2701 '../storage/storage_browser.gyp:storage', | 2701 '../storage/storage_browser.gyp:storage', |
2702 '../storage/storage_common.gyp:storage_common', | 2702 '../storage/storage_common.gyp:storage_common', |
2703 '../third_party/expat/expat.gyp:expat', | 2703 '../third_party/expat/expat.gyp:expat', |
2704 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2704 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2705 '../third_party/libjingle/libjingle.gyp:libjingle', | 2705 '../third_party/libjingle/libjingle.gyp:libjingle', |
2706 '../third_party/npapi/npapi.gyp:npapi', | 2706 '../third_party/npapi/npapi.gyp:npapi', |
2707 '../third_party/re2/re2.gyp:re2', | 2707 '../third_party/re2/re2.gyp:re2', |
2708 '../ui/compositor/compositor.gyp:compositor', | 2708 '../ui/compositor/compositor.gyp:compositor', |
2709 '../ui/native_theme/native_theme.gyp:native_theme', | 2709 '../ui/native_theme/native_theme.gyp:native_theme', |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3108 ['OS!="android" and OS!="ios"', { | 3108 ['OS!="android" and OS!="ios"', { |
3109 'dependencies': [ | 3109 'dependencies': [ |
3110 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3110 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3111 ], | 3111 ], |
3112 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3112 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3113 }], | 3113 }], |
3114 ], | 3114 ], |
3115 }, | 3115 }, |
3116 ], | 3116 ], |
3117 } | 3117 } |
OLD | NEW |