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