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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 '../third_party/zlib/zlib.gyp:minizip', | 78 '../third_party/zlib/zlib.gyp:minizip', |
79 '../third_party/zlib/zlib.gyp:zlib', | 79 '../third_party/zlib/zlib.gyp:zlib', |
80 '../ui/base/strings/ui_strings.gyp:ui_strings', | 80 '../ui/base/strings/ui_strings.gyp:ui_strings', |
81 '../ui/events/events.gyp:events_base', | 81 '../ui/events/events.gyp:events_base', |
82 '../ui/gfx/gfx.gyp:gfx', | 82 '../ui/gfx/gfx.gyp:gfx', |
83 '../ui/gfx/gfx.gyp:gfx_geometry', | 83 '../ui/gfx/gfx.gyp:gfx_geometry', |
84 '../ui/message_center/message_center.gyp:message_center', | 84 '../ui/message_center/message_center.gyp:message_center', |
85 '../ui/resources/ui_resources.gyp:ui_resources', | 85 '../ui/resources/ui_resources.gyp:ui_resources', |
86 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 86 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
87 '../ui/ui.gyp:ui', | 87 '../ui/ui.gyp:ui', |
88 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
89 ], | 88 ], |
90 'include_dirs': [ | 89 'include_dirs': [ |
91 '..', | 90 '..', |
92 '<(INTERMEDIATE_DIR)', | 91 '<(INTERMEDIATE_DIR)', |
93 # Needed by chrome_content_renderer_client.cc. & | 92 # Needed by chrome_content_renderer_client.cc. & |
94 # plugin_info_message_filter.cc. | 93 # plugin_info_message_filter.cc. |
95 '<(SHARED_INTERMEDIATE_DIR)', | 94 '<(SHARED_INTERMEDIATE_DIR)', |
96 ], | 95 ], |
97 'export_dependent_settings': [ | 96 'export_dependent_settings': [ |
98 '../components/components.gyp:autofill_core_browser', | 97 '../components/components.gyp:autofill_core_browser', |
(...skipping 3702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3801 'package_name': 'org/chromium/chrome/browser', | 3800 'package_name': 'org/chromium/chrome/browser', |
3802 'template_deps': ['browser/android/tab_load_status.h'], | 3801 'template_deps': ['browser/android/tab_load_status.h'], |
3803 }, | 3802 }, |
3804 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3803 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3805 }, | 3804 }, |
3806 ], | 3805 ], |
3807 }, | 3806 }, |
3808 ], | 3807 ], |
3809 ], | 3808 ], |
3810 } | 3809 } |
OLD | NEW |