| 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 2588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2599 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2599 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 2600 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 2600 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 2601 '../third_party/icu/icu.gyp:icui18n', | 2601 '../third_party/icu/icu.gyp:icui18n', |
| 2602 '../third_party/icu/icu.gyp:icuuc', | 2602 '../third_party/icu/icu.gyp:icuuc', |
| 2603 '../third_party/libusb/libusb.gyp:libusb', | 2603 '../third_party/libusb/libusb.gyp:libusb', |
| 2604 '../third_party/libxml/libxml.gyp:libxml', | 2604 '../third_party/libxml/libxml.gyp:libxml', |
| 2605 '../third_party/zlib/zlib.gyp:zlib', | 2605 '../third_party/zlib/zlib.gyp:zlib', |
| 2606 '../ui/accessibility/accessibility.gyp:accessibility', | 2606 '../ui/accessibility/accessibility.gyp:accessibility', |
| 2607 '../ui/base/ui_base.gyp:ui_base', | 2607 '../ui/base/ui_base.gyp:ui_base', |
| 2608 '../ui/events/events.gyp:events', | 2608 '../ui/events/events.gyp:events', |
| 2609 '../ui/events/events.gyp:gesture_detection', |
| 2609 '../ui/gfx/gfx.gyp:gfx', | 2610 '../ui/gfx/gfx.gyp:gfx', |
| 2610 '../ui/gfx/gfx.gyp:gfx_geometry', | 2611 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 2611 '../ui/message_center/message_center.gyp:message_center', | 2612 '../ui/message_center/message_center.gyp:message_center', |
| 2612 '../ui/native_theme/native_theme.gyp:native_theme', | 2613 '../ui/native_theme/native_theme.gyp:native_theme', |
| 2613 '../ui/resources/ui_resources.gyp:ui_resources', | 2614 '../ui/resources/ui_resources.gyp:ui_resources', |
| 2614 '../ui/snapshot/snapshot.gyp:snapshot', | 2615 '../ui/snapshot/snapshot.gyp:snapshot', |
| 2615 '../ui/strings/ui_strings.gyp:ui_strings', | 2616 '../ui/strings/ui_strings.gyp:ui_strings', |
| 2616 ], | 2617 ], |
| 2617 'include_dirs': [ | 2618 'include_dirs': [ |
| 2618 '..', | 2619 '..', |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3031 }], | 3032 }], |
| 3032 ['OS!="android" and OS!="ios"', { | 3033 ['OS!="android" and OS!="ios"', { |
| 3033 'dependencies': [ | 3034 'dependencies': [ |
| 3034 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3035 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 3035 ], | 3036 ], |
| 3036 }], | 3037 }], |
| 3037 ], | 3038 ], |
| 3038 }, | 3039 }, |
| 3039 ], | 3040 ], |
| 3040 } | 3041 } |
| OLD | NEW |