Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1040)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 613373004: Adopt ui::GestureConfiguration on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyright Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/tab_scrubber.cc ('k') | content/browser/renderer_host/input/gesture_text_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698