| 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 3405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3416 ['os_posix == 1 and OS != "mac" and OS != "ios"', { | 3416 ['os_posix == 1 and OS != "mac" and OS != "ios"', { |
| 3417 'sources': [ | 3417 'sources': [ |
| 3418 'app/chrome_crash_reporter_client.cc', | 3418 'app/chrome_crash_reporter_client.cc', |
| 3419 'app/chrome_crash_reporter_client.h', | 3419 'app/chrome_crash_reporter_client.h', |
| 3420 ], | 3420 ], |
| 3421 'dependencies': [ | 3421 'dependencies': [ |
| 3422 '../components/components.gyp:breakpad_host', | 3422 '../components/components.gyp:breakpad_host', |
| 3423 '../components/components.gyp:crash_component', | 3423 '../components/components.gyp:crash_component', |
| 3424 ], | 3424 ], |
| 3425 }], | 3425 }], |
| 3426 ['use_nss==1', { | 3426 ['use_nss_certs==1', { |
| 3427 'sources': [ '<@(chrome_browser_nss_sources)' ], | 3427 'sources': [ '<@(chrome_browser_nss_sources)' ], |
| 3428 'conditions': [ | 3428 'conditions': [ |
| 3429 ['chromeos==1', { | 3429 ['chromeos==1', { |
| 3430 'sources!': [ 'browser/net/nss_context_linux.cc' ], | 3430 'sources!': [ 'browser/net/nss_context_linux.cc' ], |
| 3431 }, { # chromeos==0 | 3431 }, { # chromeos==0 |
| 3432 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], | 3432 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], |
| 3433 }], | 3433 }], |
| 3434 ], | 3434 ], |
| 3435 }], | 3435 }], |
| 3436 ['notifications==1', { | 3436 ['notifications==1', { |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3846 'variables': { | 3846 'variables': { |
| 3847 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3847 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3849 }, | 3849 }, |
| 3850 'includes': [ '../build/protoc.gypi' ] | 3850 'includes': [ '../build/protoc.gypi' ] |
| 3851 }, | 3851 }, |
| 3852 ], | 3852 ], |
| 3853 },], | 3853 },], |
| 3854 ], | 3854 ], |
| 3855 } | 3855 } |
| OLD | NEW |