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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1165223004: Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move mojo USB sources into devices_app to keep mojo dependencies separated from device/usb Created 5 years, 6 months 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
« no previous file with comments | « chrome/browser/chrome_device_client.cc ('k') | device/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3578 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 ['OS!="android" and OS!="ios" and chromeos==0', { 3589 ['OS!="android" and OS!="ios" and chromeos==0', {
3590 'sources': [ '<@(chrome_browser_desktop_sources)' ], 3590 'sources': [ '<@(chrome_browser_desktop_sources)' ],
3591 }], 3591 }],
3592 ['OS=="android" or OS=="ios"', { 3592 ['OS=="android" or OS=="ios"', {
3593 'sources': [ '<@(chrome_browser_mobile_sources)' ], 3593 'sources': [ '<@(chrome_browser_mobile_sources)' ],
3594 }, { # OS!="android" and OS!="ios" 3594 }, { # OS!="android" and OS!="ios"
3595 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], 3595 'sources': [ '<@(chrome_browser_non_mobile_sources)' ],
3596 'dependencies': [ 3596 'dependencies': [
3597 '../components/components.gyp:feedback_component', 3597 '../components/components.gyp:feedback_component',
3598 '../device/core/core.gyp:device_core', 3598 '../device/core/core.gyp:device_core',
3599 '../device/devices_app/devices_app.gyp:devices_app_lib',
3599 '../device/usb/usb.gyp:device_usb', 3600 '../device/usb/usb.gyp:device_usb',
3600 '../net/net.gyp:net_browser_services', 3601 '../net/net.gyp:net_browser_services',
3601 ] 3602 ]
3602 }], 3603 }],
3603 ['OS=="android"', { 3604 ['OS=="android"', {
3604 'dependencies': [ 3605 'dependencies': [
3605 '../build/android/ndk.gyp:cpu_features', 3606 '../build/android/ndk.gyp:cpu_features',
3606 '../components/components.gyp:cdm_browser', 3607 '../components/components.gyp:cdm_browser',
3607 '../components/components.gyp:data_reduction_proxy_content', 3608 '../components/components.gyp:data_reduction_proxy_content',
3608 '../components/components.gyp:enhanced_bookmarks', 3609 '../components/components.gyp:enhanced_bookmarks',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
4011 'variables': { 4012 'variables': {
4012 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4013 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4013 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4014 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4014 }, 4015 },
4015 'includes': [ '../build/protoc.gypi' ] 4016 'includes': [ '../build/protoc.gypi' ]
4016 }, 4017 },
4017 ], 4018 ],
4018 },], 4019 },],
4019 ], 4020 ],
4020 } 4021 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_device_client.cc ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698