| 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 # 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 3384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3395 ['OS!="android" and OS!="ios" and chromeos==0', { | 3395 ['OS!="android" and OS!="ios" and chromeos==0', { |
| 3396 'sources': [ '<@(chrome_browser_desktop_sources)' ], | 3396 'sources': [ '<@(chrome_browser_desktop_sources)' ], |
| 3397 }], | 3397 }], |
| 3398 ['OS=="android" or OS=="ios"', { | 3398 ['OS=="android" or OS=="ios"', { |
| 3399 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3399 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
| 3400 }, { # OS!="android" and OS!="ios" | 3400 }, { # OS!="android" and OS!="ios" |
| 3401 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3401 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
| 3402 'dependencies': [ | 3402 'dependencies': [ |
| 3403 '../device/core/core.gyp:device_core', | 3403 '../device/core/core.gyp:device_core', |
| 3404 '../device/usb/usb.gyp:device_usb', | 3404 '../device/usb/usb.gyp:device_usb', |
| 3405 '../net/net.gyp:net_browser_services', |
| 3405 ] | 3406 ] |
| 3406 }], | 3407 }], |
| 3407 ['OS=="android"', { | 3408 ['OS=="android"', { |
| 3408 'dependencies': [ | 3409 'dependencies': [ |
| 3409 '../components/components.gyp:cdm_browser', | 3410 '../components/components.gyp:cdm_browser', |
| 3410 '../components/components.gyp:data_reduction_proxy_content', | 3411 '../components/components.gyp:data_reduction_proxy_content', |
| 3411 '../components/components.gyp:enhanced_bookmarks', | 3412 '../components/components.gyp:enhanced_bookmarks', |
| 3412 '../components/components.gyp:web_contents_delegate_android', | 3413 '../components/components.gyp:web_contents_delegate_android', |
| 3413 '../components/components_resources.gyp:components_resources', | 3414 '../components/components_resources.gyp:components_resources', |
| 3414 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3415 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3750 'variables': { | 3751 'variables': { |
| 3751 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3752 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3752 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3753 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3753 }, | 3754 }, |
| 3754 'includes': [ '../build/protoc.gypi' ] | 3755 'includes': [ '../build/protoc.gypi' ] |
| 3755 }, | 3756 }, |
| 3756 ], | 3757 ], |
| 3757 },], | 3758 },], |
| 3758 ], | 3759 ], |
| 3759 } | 3760 } |
| OLD | NEW |