| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 ], | 88 ], |
| 89 'include_dirs': [ | 89 'include_dirs': [ |
| 90 '..', | 90 '..', |
| 91 '<(INTERMEDIATE_DIR)', | 91 '<(INTERMEDIATE_DIR)', |
| 92 # Needed by chrome_content_renderer_client.cc. & | 92 # Needed by chrome_content_renderer_client.cc. & |
| 93 # plugin_info_message_filter.cc. | 93 # plugin_info_message_filter.cc. |
| 94 '<(SHARED_INTERMEDIATE_DIR)', | 94 '<(SHARED_INTERMEDIATE_DIR)', |
| 95 ], | 95 ], |
| 96 'export_dependent_settings': [ | 96 'export_dependent_settings': [ |
| 97 '../components/components.gyp:autofill_core_browser', | 97 '../components/components.gyp:autofill_core_browser', |
| 98 '../content/content.gyp:content_browser', |
| 98 '../sql/sql.gyp:sql', | 99 '../sql/sql.gyp:sql', |
| 99 '../sync/sync.gyp:sync', | 100 '../sync/sync.gyp:sync', |
| 100 ], | 101 ], |
| 101 'sources': [ | 102 'sources': [ |
| 102 # All .cc, .h, .m, and .mm files under browser except for: | 103 # All .cc, .h, .m, and .mm files under browser except for: |
| 103 # * tests and mocks. | 104 # * tests and mocks. |
| 104 # * code below browser/chromeos | 105 # * code below browser/chromeos |
| 105 # * code below browser/extensions | 106 # * code below browser/extensions |
| 106 'browser/about_flags.cc', | 107 'browser/about_flags.cc', |
| 107 'browser/about_flags.h', | 108 'browser/about_flags.h', |
| (...skipping 3678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3786 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3787 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3787 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3788 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3788 }, | 3789 }, |
| 3789 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3790 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3790 }, | 3791 }, |
| 3791 ], | 3792 ], |
| 3792 }, | 3793 }, |
| 3793 ], | 3794 ], |
| 3794 ], | 3795 ], |
| 3795 } | 3796 } |
| OLD | NEW |