| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 '../third_party/zlib/zlib.gyp:minizip', | 77 '../third_party/zlib/zlib.gyp:minizip', |
| 78 '../third_party/zlib/zlib.gyp:zlib', | 78 '../third_party/zlib/zlib.gyp:zlib', |
| 79 '../ui/base/strings/ui_strings.gyp:ui_strings', | 79 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 80 '../ui/events/events.gyp:events_base', | 80 '../ui/events/events.gyp:events_base', |
| 81 '../ui/gfx/gfx.gyp:gfx', | 81 '../ui/gfx/gfx.gyp:gfx', |
| 82 '../ui/gfx/gfx.gyp:gfx_geometry', | 82 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 83 '../ui/message_center/message_center.gyp:message_center', | 83 '../ui/message_center/message_center.gyp:message_center', |
| 84 '../ui/resources/ui_resources.gyp:ui_resources', | 84 '../ui/resources/ui_resources.gyp:ui_resources', |
| 85 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 85 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 86 '../ui/ui.gyp:ui', | 86 '../ui/ui.gyp:ui', |
| 87 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
| 88 ], | 87 ], |
| 89 'include_dirs': [ | 88 'include_dirs': [ |
| 90 '..', | 89 '..', |
| 91 '<(INTERMEDIATE_DIR)', | 90 '<(INTERMEDIATE_DIR)', |
| 92 # Needed by chrome_content_renderer_client.cc. & | 91 # Needed by chrome_content_renderer_client.cc. & |
| 93 # plugin_info_message_filter.cc. | 92 # plugin_info_message_filter.cc. |
| 94 '<(SHARED_INTERMEDIATE_DIR)', | 93 '<(SHARED_INTERMEDIATE_DIR)', |
| 95 ], | 94 ], |
| 96 'export_dependent_settings': [ | 95 'export_dependent_settings': [ |
| 97 '../components/components.gyp:autofill_core_browser', | 96 '../components/components.gyp:autofill_core_browser', |
| (...skipping 3680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3778 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3777 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3779 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3778 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3780 }, | 3779 }, |
| 3781 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3780 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3782 }, | 3781 }, |
| 3783 ], | 3782 ], |
| 3784 }, | 3783 }, |
| 3785 ], | 3784 ], |
| 3786 ], | 3785 ], |
| 3787 } | 3786 } |
| OLD | NEW |