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': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 '../third_party/libxml/libxml.gyp:libxml', | 52 '../third_party/libxml/libxml.gyp:libxml', |
53 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 53 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
54 '../third_party/zlib/zlib.gyp:zip', | 54 '../third_party/zlib/zlib.gyp:zip', |
55 '../third_party/zlib/zlib.gyp:minizip', | 55 '../third_party/zlib/zlib.gyp:minizip', |
56 '../third_party/zlib/zlib.gyp:zlib', | 56 '../third_party/zlib/zlib.gyp:zlib', |
57 '../ui/base/strings/ui_strings.gyp:ui_strings', | 57 '../ui/base/strings/ui_strings.gyp:ui_strings', |
58 '../ui/message_center/message_center.gyp:message_center', | 58 '../ui/message_center/message_center.gyp:message_center', |
59 '../ui/ui.gyp:shell_dialogs', | 59 '../ui/ui.gyp:shell_dialogs', |
60 '../ui/ui.gyp:ui', | 60 '../ui/ui.gyp:ui', |
61 '../ui/ui.gyp:ui_resources', | 61 '../ui/ui.gyp:ui_resources', |
62 '../webkit/support/webkit_support.gyp:user_agent', | 62 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
63 ], | 63 ], |
64 'include_dirs': [ | 64 'include_dirs': [ |
65 '..', | 65 '..', |
66 '<(INTERMEDIATE_DIR)', | 66 '<(INTERMEDIATE_DIR)', |
67 # Needed by chrome_content_renderer_client.cc. & | 67 # Needed by chrome_content_renderer_client.cc. & |
68 # plugin_info_message_filter.cc. | 68 # plugin_info_message_filter.cc. |
69 '<(SHARED_INTERMEDIATE_DIR)', | 69 '<(SHARED_INTERMEDIATE_DIR)', |
70 ], | 70 ], |
71 'export_dependent_settings': [ | 71 'export_dependent_settings': [ |
72 '../sql/sql.gyp:sql', | 72 '../sql/sql.gyp:sql', |
(...skipping 3181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3254 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3254 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3255 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3255 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3256 }, | 3256 }, |
3257 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3257 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3258 }, | 3258 }, |
3259 ], | 3259 ], |
3260 }, | 3260 }, |
3261 ], | 3261 ], |
3262 ], | 3262 ], |
3263 } | 3263 } |
OLD | NEW |