| 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 3652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3663 'app/chrome_crash_reporter_client.h', | 3663 'app/chrome_crash_reporter_client.h', |
| 3664 ], | 3664 ], |
| 3665 'dependencies': [ | 3665 'dependencies': [ |
| 3666 '../components/components.gyp:breakpad_host', | 3666 '../components/components.gyp:breakpad_host', |
| 3667 '../components/components.gyp:crash_component', | 3667 '../components/components.gyp:crash_component', |
| 3668 '../components/components.gyp:generate_version_info', | 3668 '../components/components.gyp:generate_version_info', |
| 3669 ], | 3669 ], |
| 3670 }], | 3670 }], |
| 3671 ['OS == "win" and kasko_failed_rdv_reports == 1', { | 3671 ['OS == "win" and kasko_failed_rdv_reports == 1', { |
| 3672 'sources': [ | 3672 'sources': [ |
| 3673 'app/chrome_crash_reporter_client.cc', | 3673 'app/chrome_crash_reporter_client_win.cc', |
| 3674 'app/chrome_crash_reporter_client.h', | 3674 'app/chrome_crash_reporter_client_win.h', |
| 3675 ], | 3675 ], |
| 3676 'dependencies': [ | 3676 'dependencies': [ |
| 3677 '../components/components.gyp:crash_component_lib', | 3677 '../components/components.gyp:crash_component_lib', |
| 3678 ], | 3678 ], |
| 3679 }], | 3679 }], |
| 3680 ['use_nss_certs==1', { | 3680 ['use_nss_certs==1', { |
| 3681 'sources': [ '<@(chrome_browser_nss_sources)' ], | 3681 'sources': [ '<@(chrome_browser_nss_sources)' ], |
| 3682 'conditions': [ | 3682 'conditions': [ |
| 3683 ['chromeos==1', { | 3683 ['chromeos==1', { |
| 3684 'sources!': [ 'browser/net/nss_context_linux.cc' ], | 3684 'sources!': [ 'browser/net/nss_context_linux.cc' ], |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4222 '../components/components.gyp:rlz', | 4222 '../components/components.gyp:rlz', |
| 4223 '../components/components.gyp:search_engines', | 4223 '../components/components.gyp:search_engines', |
| 4224 '../rlz/rlz.gyp:rlz_lib', | 4224 '../rlz/rlz.gyp:rlz_lib', |
| 4225 'common', | 4225 'common', |
| 4226 ], | 4226 ], |
| 4227 }, | 4227 }, |
| 4228 ], | 4228 ], |
| 4229 }], | 4229 }], |
| 4230 ], | 4230 ], |
| 4231 } | 4231 } |
| OLD | NEW |