| 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 3184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3195 ], | 3195 ], |
| 3196 }], | 3196 }], |
| 3197 ], | 3197 ], |
| 3198 }], | 3198 }], |
| 3199 ['os_posix == 1 and OS != "mac" and OS != "ios"', { | 3199 ['os_posix == 1 and OS != "mac" and OS != "ios"', { |
| 3200 'sources': [ | 3200 'sources': [ |
| 3201 'app/chrome_breakpad_client.cc', | 3201 'app/chrome_breakpad_client.cc', |
| 3202 'app/chrome_breakpad_client.h', | 3202 'app/chrome_breakpad_client.h', |
| 3203 ], | 3203 ], |
| 3204 'dependencies': [ | 3204 'dependencies': [ |
| 3205 '../components/components.gyp:breakpad_component', | |
| 3206 '../components/components.gyp:breakpad_host', | 3205 '../components/components.gyp:breakpad_host', |
| 3206 '../components/components.gyp:crash_component', |
| 3207 ], | 3207 ], |
| 3208 }], | 3208 }], |
| 3209 ['use_nss==1', { | 3209 ['use_nss==1', { |
| 3210 'sources': [ '<@(chrome_browser_nss_sources)' ], | 3210 'sources': [ '<@(chrome_browser_nss_sources)' ], |
| 3211 'conditions': [ | 3211 'conditions': [ |
| 3212 ['chromeos==1', { | 3212 ['chromeos==1', { |
| 3213 'sources!': [ 'browser/net/nss_context_linux.cc' ], | 3213 'sources!': [ 'browser/net/nss_context_linux.cc' ], |
| 3214 }, { # chromeos==0 | 3214 }, { # chromeos==0 |
| 3215 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], | 3215 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], |
| 3216 }], | 3216 }], |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3586 'variables': { | 3586 'variables': { |
| 3587 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3587 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3589 }, | 3589 }, |
| 3590 'includes': [ '../build/protoc.gypi' ] | 3590 'includes': [ '../build/protoc.gypi' ] |
| 3591 }, | 3591 }, |
| 3592 ], | 3592 ], |
| 3593 },], | 3593 },], |
| 3594 ], | 3594 ], |
| 3595 } | 3595 } |
| OLD | NEW |