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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 443193006: Show icons in Android web autofill dropdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up build files 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3296 '../device/core/core.gyp:device_core', 3296 '../device/core/core.gyp:device_core',
3297 '../device/usb/usb.gyp:device_usb', 3297 '../device/usb/usb.gyp:device_usb',
3298 ] 3298 ]
3299 }], 3299 }],
3300 ['OS=="android"', { 3300 ['OS=="android"', {
3301 'dependencies': [ 3301 'dependencies': [
3302 '../components/components.gyp:cdm_browser', 3302 '../components/components.gyp:cdm_browser',
3303 '../components/components.gyp:enhanced_bookmarks', 3303 '../components/components.gyp:enhanced_bookmarks',
3304 '../components/components.gyp:history_core_android', 3304 '../components/components.gyp:history_core_android',
3305 '../components/components.gyp:web_contents_delegate_android', 3305 '../components/components.gyp:web_contents_delegate_android',
3306 '../components/components_resources.gyp:components_resources',
3306 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3307 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3307 'chrome_browser_jni_headers', 3308 'chrome_browser_jni_headers',
3308 ], 3309 ],
3309 'dependencies!': [ 3310 'dependencies!': [
3310 '../components/components.gyp:feedback_component', 3311 '../components/components.gyp:feedback_component',
3311 '../components/components.gyp:storage_monitor', 3312 '../components/components.gyp:storage_monitor',
3312 '../components/components.gyp:web_modal', 3313 '../components/components.gyp:web_modal',
3313 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3314 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3314 ], 3315 ],
3315 'sources': [ '<@(chrome_browser_android_sources)' ], 3316 'sources': [ '<@(chrome_browser_android_sources)' ],
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3630 'variables': { 3631 'variables': {
3631 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3632 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3632 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3633 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3633 }, 3634 },
3634 'includes': [ '../build/protoc.gypi' ] 3635 'includes': [ '../build/protoc.gypi' ]
3635 }, 3636 },
3636 ], 3637 ],
3637 },], 3638 },],
3638 ], 3639 ],
3639 } 3640 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698