| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ 'browser_real', ], | 10 'dependencies': [ 'browser_real', ], |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 ], | 87 ], |
| 88 'include_dirs': [ | 88 'include_dirs': [ |
| 89 '..', | 89 '..', |
| 90 '<(INTERMEDIATE_DIR)', | 90 '<(INTERMEDIATE_DIR)', |
| 91 # Needed by chrome_content_renderer_client.cc. & | 91 # Needed by chrome_content_renderer_client.cc. & |
| 92 # plugin_info_message_filter.cc. | 92 # plugin_info_message_filter.cc. |
| 93 '<(SHARED_INTERMEDIATE_DIR)', | 93 '<(SHARED_INTERMEDIATE_DIR)', |
| 94 ], | 94 ], |
| 95 'export_dependent_settings': [ | 95 'export_dependent_settings': [ |
| 96 '../components/components.gyp:autofill_core_browser', | 96 '../components/components.gyp:autofill_core_browser', |
| 97 '../content/content.gyp:content_browser', |
| 97 '../sql/sql.gyp:sql', | 98 '../sql/sql.gyp:sql', |
| 98 '../sync/sync.gyp:sync', | 99 '../sync/sync.gyp:sync', |
| 99 ], | 100 ], |
| 100 'sources': [ | 101 'sources': [ |
| 101 # All .cc, .h, .m, and .mm files under browser except for: | 102 # All .cc, .h, .m, and .mm files under browser except for: |
| 102 # * tests and mocks. | 103 # * tests and mocks. |
| 103 # * code below browser/chromeos | 104 # * code below browser/chromeos |
| 104 # * code below browser/extensions | 105 # * code below browser/extensions |
| 105 'browser/about_flags.cc', | 106 'browser/about_flags.cc', |
| 106 'browser/about_flags.h', | 107 'browser/about_flags.h', |
| (...skipping 3728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3835 'package_name': 'org/chromium/chrome/browser', | 3836 'package_name': 'org/chromium/chrome/browser', |
| 3836 'template_deps': ['browser/android/tab_load_status.h'], | 3837 'template_deps': ['browser/android/tab_load_status.h'], |
| 3837 }, | 3838 }, |
| 3838 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3839 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3839 }, | 3840 }, |
| 3840 ], | 3841 ], |
| 3841 }, | 3842 }, |
| 3842 ], | 3843 ], |
| 3843 ], | 3844 ], |
| 3844 } | 3845 } |
| OLD | NEW |