| 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 3637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3648 'app/chrome_crash_reporter_client.h', | 3648 'app/chrome_crash_reporter_client.h', |
| 3649 ], | 3649 ], |
| 3650 'dependencies': [ | 3650 'dependencies': [ |
| 3651 '../components/components.gyp:breakpad_host', | 3651 '../components/components.gyp:breakpad_host', |
| 3652 '../components/components.gyp:crash_component', | 3652 '../components/components.gyp:crash_component', |
| 3653 '../components/components.gyp:generate_version_info', | 3653 '../components/components.gyp:generate_version_info', |
| 3654 ], | 3654 ], |
| 3655 }], | 3655 }], |
| 3656 ['OS == "win" and kasko_failed_rdv_reports == 1', { | 3656 ['OS == "win" and kasko_failed_rdv_reports == 1', { |
| 3657 'sources': [ | 3657 'sources': [ |
| 3658 'app/chrome_crash_reporter_client.cc', | 3658 'app/chrome_crash_reporter_client_win.cc', |
| 3659 'app/chrome_crash_reporter_client.h', | 3659 'app/chrome_crash_reporter_client_win.h', |
| 3660 ], | 3660 ], |
| 3661 'dependencies': [ | 3661 'dependencies': [ |
| 3662 '../components/components.gyp:crash_component_lib', | 3662 '../components/components.gyp:crash_component_lib', |
| 3663 ], | 3663 ], |
| 3664 }], | 3664 }], |
| 3665 ['use_nss_certs==1', { | 3665 ['use_nss_certs==1', { |
| 3666 'sources': [ '<@(chrome_browser_nss_sources)' ], | 3666 'sources': [ '<@(chrome_browser_nss_sources)' ], |
| 3667 'conditions': [ | 3667 'conditions': [ |
| 3668 ['chromeos==1', { | 3668 ['chromeos==1', { |
| 3669 'sources!': [ 'browser/net/nss_context_linux.cc' ], | 3669 'sources!': [ 'browser/net/nss_context_linux.cc' ], |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4207 '../components/components.gyp:rlz', | 4207 '../components/components.gyp:rlz', |
| 4208 '../components/components.gyp:search_engines', | 4208 '../components/components.gyp:search_engines', |
| 4209 '../rlz/rlz.gyp:rlz_lib', | 4209 '../rlz/rlz.gyp:rlz_lib', |
| 4210 'common', | 4210 'common', |
| 4211 ], | 4211 ], |
| 4212 }, | 4212 }, |
| 4213 ], | 4213 ], |
| 4214 }], | 4214 }], |
| 4215 ], | 4215 ], |
| 4216 } | 4216 } |
| OLD | NEW |