| 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 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3149 ], | 3149 ], |
| 3150 }], | 3150 }], |
| 3151 ], | 3151 ], |
| 3152 }], | 3152 }], |
| 3153 ['os_posix == 1 and OS != "mac" and OS != "ios"', { | 3153 ['os_posix == 1 and OS != "mac" and OS != "ios"', { |
| 3154 'sources': [ | 3154 'sources': [ |
| 3155 'app/chrome_breakpad_client.cc', | 3155 'app/chrome_breakpad_client.cc', |
| 3156 'app/chrome_breakpad_client.h', | 3156 'app/chrome_breakpad_client.h', |
| 3157 ], | 3157 ], |
| 3158 'dependencies': [ | 3158 'dependencies': [ |
| 3159 'common_version', |
| 3159 '../components/components.gyp:breakpad_host', | 3160 '../components/components.gyp:breakpad_host', |
| 3160 '../components/components.gyp:crash_component', | 3161 '../components/components.gyp:crash_component', |
| 3161 ], | 3162 ], |
| 3162 }], | 3163 }], |
| 3163 ['use_nss==1', { | 3164 ['use_nss==1', { |
| 3164 'sources': [ '<@(chrome_browser_nss_sources)' ], | 3165 'sources': [ '<@(chrome_browser_nss_sources)' ], |
| 3165 'conditions': [ | 3166 'conditions': [ |
| 3166 ['chromeos==1', { | 3167 ['chromeos==1', { |
| 3167 'sources!': [ 'browser/net/nss_context_linux.cc' ], | 3168 'sources!': [ 'browser/net/nss_context_linux.cc' ], |
| 3168 }, { # chromeos==0 | 3169 }, { # chromeos==0 |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3543 'variables': { | 3544 'variables': { |
| 3544 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3545 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3545 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3546 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3546 }, | 3547 }, |
| 3547 'includes': [ '../build/protoc.gypi' ] | 3548 'includes': [ '../build/protoc.gypi' ] |
| 3548 }, | 3549 }, |
| 3549 ], | 3550 ], |
| 3550 },], | 3551 },], |
| 3551 ], | 3552 ], |
| 3552 } | 3553 } |
| OLD | NEW |