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 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2627 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | 2627 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', |
2628 '../net/net.gyp:net_with_v8', | 2628 '../net/net.gyp:net_with_v8', |
2629 '../storage/storage_browser.gyp:storage', | 2629 '../storage/storage_browser.gyp:storage', |
2630 '../storage/storage_common.gyp:storage_common', | 2630 '../storage/storage_common.gyp:storage_common', |
2631 '../third_party/expat/expat.gyp:expat', | 2631 '../third_party/expat/expat.gyp:expat', |
2632 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2632 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2633 '../third_party/libjingle/libjingle.gyp:libjingle', | 2633 '../third_party/libjingle/libjingle.gyp:libjingle', |
2634 '../third_party/npapi/npapi.gyp:npapi', | 2634 '../third_party/npapi/npapi.gyp:npapi', |
2635 '../third_party/re2/re2.gyp:re2', | 2635 '../third_party/re2/re2.gyp:re2', |
2636 '../ui/compositor/compositor.gyp:compositor', | 2636 '../ui/compositor/compositor.gyp:compositor', |
| 2637 '../ui/events/events.gyp:gesture_detection', |
2637 '../ui/surface/surface.gyp:surface', | 2638 '../ui/surface/surface.gyp:surface', |
2638 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2639 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2639 '../v8/tools/gyp/v8.gyp:v8', | 2640 '../v8/tools/gyp/v8.gyp:v8', |
2640 ], | 2641 ], |
2641 'defines': [ | 2642 'defines': [ |
2642 '<@(nacl_defines)', | 2643 '<@(nacl_defines)', |
2643 ], | 2644 ], |
2644 'direct_dependent_settings': { | 2645 'direct_dependent_settings': { |
2645 'defines': [ | 2646 'defines': [ |
2646 '<@(nacl_defines)', | 2647 '<@(nacl_defines)', |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3014 }], | 3015 }], |
3015 ['OS!="android" and OS!="ios"', { | 3016 ['OS!="android" and OS!="ios"', { |
3016 'dependencies': [ | 3017 'dependencies': [ |
3017 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3018 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3018 ], | 3019 ], |
3019 }], | 3020 }], |
3020 ], | 3021 ], |
3021 }, | 3022 }, |
3022 ], | 3023 ], |
3023 } | 3024 } |
OLD | NEW |