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 3142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3153 'conditions': [ | 3153 'conditions': [ |
3154 ['chromeos==0', { | 3154 ['chromeos==0', { |
3155 'dependencies': [ | 3155 'dependencies': [ |
3156 '../build/linux/system.gyp:xscrnsaver', | 3156 '../build/linux/system.gyp:xscrnsaver', |
3157 ], | 3157 ], |
3158 }], | 3158 }], |
3159 ], | 3159 ], |
3160 }], | 3160 }], |
3161 ['os_posix == 1 and OS != "mac" and OS != "ios"', { | 3161 ['os_posix == 1 and OS != "mac" and OS != "ios"', { |
3162 'sources': [ | 3162 'sources': [ |
3163 'app/chrome_breakpad_client.cc', | 3163 'app/chrome_crash_reporter_client.cc', |
3164 'app/chrome_breakpad_client.h', | 3164 'app/chrome_crash_reporter_client.h', |
3165 ], | 3165 ], |
3166 'dependencies': [ | 3166 'dependencies': [ |
3167 '../components/components.gyp:breakpad_host', | 3167 '../components/components.gyp:breakpad_host', |
3168 '../components/components.gyp:crash_component', | 3168 '../components/components.gyp:crash_component', |
3169 ], | 3169 ], |
3170 }], | 3170 }], |
3171 ['use_nss==1', { | 3171 ['use_nss==1', { |
3172 'sources': [ '<@(chrome_browser_nss_sources)' ], | 3172 'sources': [ '<@(chrome_browser_nss_sources)' ], |
3173 'conditions': [ | 3173 'conditions': [ |
3174 ['chromeos==1', { | 3174 ['chromeos==1', { |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3551 'variables': { | 3551 'variables': { |
3552 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3552 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3553 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3553 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3554 }, | 3554 }, |
3555 'includes': [ '../build/protoc.gypi' ] | 3555 'includes': [ '../build/protoc.gypi' ] |
3556 }, | 3556 }, |
3557 ], | 3557 ], |
3558 },], | 3558 },], |
3559 ], | 3559 ], |
3560 } | 3560 } |
OLD | NEW |