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 2607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2618 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2618 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2619 'common/extensions/api/api.gyp:chrome_api', | 2619 'common/extensions/api/api.gyp:chrome_api', |
2620 'debugger', | 2620 'debugger', |
2621 'installer_util', | 2621 'installer_util', |
2622 '../components/components.gyp:autofill_content_risk_proto', | 2622 '../components/components.gyp:autofill_content_risk_proto', |
2623 '../components/components.gyp:translate_content_common', | 2623 '../components/components.gyp:translate_content_common', |
2624 '../content/app/resources/content_resources.gyp:content_resources', | 2624 '../content/app/resources/content_resources.gyp:content_resources', |
2625 '../media/media.gyp:media', | 2625 '../media/media.gyp:media', |
2626 '../mojo/mojo_base.gyp:mojo_system_impl', | 2626 '../mojo/mojo_base.gyp:mojo_system_impl', |
2627 '../net/net.gyp:net_with_v8', | 2627 '../net/net.gyp:net_with_v8', |
| 2628 '../storage/storage_browser.gyp:storage', |
2628 '../storage/storage_common.gyp:storage_common', | 2629 '../storage/storage_common.gyp:storage_common', |
2629 '../third_party/expat/expat.gyp:expat', | 2630 '../third_party/expat/expat.gyp:expat', |
2630 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2631 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2631 '../third_party/libjingle/libjingle.gyp:libjingle', | 2632 '../third_party/libjingle/libjingle.gyp:libjingle', |
2632 '../third_party/npapi/npapi.gyp:npapi', | 2633 '../third_party/npapi/npapi.gyp:npapi', |
2633 '../third_party/re2/re2.gyp:re2', | 2634 '../third_party/re2/re2.gyp:re2', |
2634 '../ui/compositor/compositor.gyp:compositor', | 2635 '../ui/compositor/compositor.gyp:compositor', |
2635 '../ui/surface/surface.gyp:surface', | 2636 '../ui/surface/surface.gyp:surface', |
2636 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2637 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2637 '../v8/tools/gyp/v8.gyp:v8', | 2638 '../v8/tools/gyp/v8.gyp:v8', |
2638 '../webkit/storage_browser.gyp:storage', | |
2639 ], | 2639 ], |
2640 'defines': [ | 2640 'defines': [ |
2641 '<@(nacl_defines)', | 2641 '<@(nacl_defines)', |
2642 ], | 2642 ], |
2643 'direct_dependent_settings': { | 2643 'direct_dependent_settings': { |
2644 'defines': [ | 2644 'defines': [ |
2645 '<@(nacl_defines)', | 2645 '<@(nacl_defines)', |
2646 ], | 2646 ], |
2647 }, | 2647 }, |
2648 }, { # OS == "ios" | 2648 }, { # OS == "ios" |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2987 }], | 2987 }], |
2988 ['OS!="android" and OS!="ios"', { | 2988 ['OS!="android" and OS!="ios"', { |
2989 'dependencies': [ | 2989 'dependencies': [ |
2990 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2990 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2991 ], | 2991 ], |
2992 }], | 2992 }], |
2993 ], | 2993 ], |
2994 }, | 2994 }, |
2995 ], | 2995 ], |
2996 } | 2996 } |
OLD | NEW |