| 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 3363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3374 ['OS=="android"', { | 3374 ['OS=="android"', { |
| 3375 'dependencies': [ | 3375 'dependencies': [ |
| 3376 '../components/components.gyp:cdm_browser', | 3376 '../components/components.gyp:cdm_browser', |
| 3377 '../components/components.gyp:data_reduction_proxy_content', | 3377 '../components/components.gyp:data_reduction_proxy_content', |
| 3378 '../components/components.gyp:enhanced_bookmarks', | 3378 '../components/components.gyp:enhanced_bookmarks', |
| 3379 '../components/components.gyp:web_contents_delegate_android', | 3379 '../components/components.gyp:web_contents_delegate_android', |
| 3380 '../components/components_resources.gyp:components_resources', | 3380 '../components/components_resources.gyp:components_resources', |
| 3381 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3381 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
| 3382 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', | 3382 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
| 3383 'chrome_browser_jni_headers', | 3383 'chrome_browser_jni_headers', |
| 3384 'browser/resources/enhanced_bookmarks/compiled_resources.gyp:*', |
| 3385 |
| 3384 ], | 3386 ], |
| 3385 'dependencies!': [ | 3387 'dependencies!': [ |
| 3386 '../components/components.gyp:storage_monitor', | 3388 '../components/components.gyp:storage_monitor', |
| 3387 '../components/components.gyp:web_modal', | 3389 '../components/components.gyp:web_modal', |
| 3388 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3390 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3389 ], | 3391 ], |
| 3390 'sources': [ '<@(chrome_browser_android_sources)' ], | 3392 'sources': [ '<@(chrome_browser_android_sources)' ], |
| 3391 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], | 3393 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], |
| 3392 }], | 3394 }], |
| 3393 ['OS=="mac"', { | 3395 ['OS=="mac"', { |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3703 'variables': { | 3705 'variables': { |
| 3704 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3706 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3705 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3707 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3706 }, | 3708 }, |
| 3707 'includes': [ '../build/protoc.gypi' ] | 3709 'includes': [ '../build/protoc.gypi' ] |
| 3708 }, | 3710 }, |
| 3709 ], | 3711 ], |
| 3710 },], | 3712 },], |
| 3711 ], | 3713 ], |
| 3712 } | 3714 } |
| OLD | NEW |