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 2574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2585 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2585 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
2586 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 2586 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
2587 '../third_party/icu/icu.gyp:icui18n', | 2587 '../third_party/icu/icu.gyp:icui18n', |
2588 '../third_party/icu/icu.gyp:icuuc', | 2588 '../third_party/icu/icu.gyp:icuuc', |
2589 '../third_party/libusb/libusb.gyp:libusb', | 2589 '../third_party/libusb/libusb.gyp:libusb', |
2590 '../third_party/libxml/libxml.gyp:libxml', | 2590 '../third_party/libxml/libxml.gyp:libxml', |
2591 '../third_party/zlib/zlib.gyp:zlib', | 2591 '../third_party/zlib/zlib.gyp:zlib', |
2592 '../ui/accessibility/accessibility.gyp:accessibility', | 2592 '../ui/accessibility/accessibility.gyp:accessibility', |
2593 '../ui/base/ui_base.gyp:ui_base', | 2593 '../ui/base/ui_base.gyp:ui_base', |
2594 '../ui/events/events.gyp:events', | 2594 '../ui/events/events.gyp:events', |
| 2595 '../ui/events/events.gyp:gesture_detection', |
2595 '../ui/gfx/gfx.gyp:gfx', | 2596 '../ui/gfx/gfx.gyp:gfx', |
2596 '../ui/gfx/gfx.gyp:gfx_geometry', | 2597 '../ui/gfx/gfx.gyp:gfx_geometry', |
2597 '../ui/message_center/message_center.gyp:message_center', | 2598 '../ui/message_center/message_center.gyp:message_center', |
2598 '../ui/native_theme/native_theme.gyp:native_theme', | 2599 '../ui/native_theme/native_theme.gyp:native_theme', |
2599 '../ui/resources/ui_resources.gyp:ui_resources', | 2600 '../ui/resources/ui_resources.gyp:ui_resources', |
2600 '../ui/snapshot/snapshot.gyp:snapshot', | 2601 '../ui/snapshot/snapshot.gyp:snapshot', |
2601 '../ui/strings/ui_strings.gyp:ui_strings', | 2602 '../ui/strings/ui_strings.gyp:ui_strings', |
2602 ], | 2603 ], |
2603 'include_dirs': [ | 2604 'include_dirs': [ |
2604 '..', | 2605 '..', |
(...skipping 409 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 |