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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 '../third_party/libjingle/libjingle.gyp:libjingle', | 56 '../third_party/libjingle/libjingle.gyp:libjingle', |
57 '../third_party/libxml/libxml.gyp:libxml', | 57 '../third_party/libxml/libxml.gyp:libxml', |
58 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 58 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
59 '../third_party/zlib/google/zip.gyp:zip', | 59 '../third_party/zlib/google/zip.gyp:zip', |
60 '../third_party/zlib/zlib.gyp:minizip', | 60 '../third_party/zlib/zlib.gyp:minizip', |
61 '../third_party/zlib/zlib.gyp:zlib', | 61 '../third_party/zlib/zlib.gyp:zlib', |
62 '../ui/base/strings/ui_strings.gyp:ui_strings', | 62 '../ui/base/strings/ui_strings.gyp:ui_strings', |
63 '../ui/events/events.gyp:events', | 63 '../ui/events/events.gyp:events', |
64 '../ui/gfx/gfx.gyp:gfx', | 64 '../ui/gfx/gfx.gyp:gfx', |
65 '../ui/message_center/message_center.gyp:message_center', | 65 '../ui/message_center/message_center.gyp:message_center', |
66 '../ui/ui.gyp:shell_dialogs', | 66 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
67 '../ui/ui.gyp:ui', | 67 '../ui/ui.gyp:ui', |
68 '../ui/ui.gyp:ui_resources', | 68 '../ui/ui.gyp:ui_resources', |
69 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 69 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
70 ], | 70 ], |
71 'include_dirs': [ | 71 'include_dirs': [ |
72 '..', | 72 '..', |
73 '<(INTERMEDIATE_DIR)', | 73 '<(INTERMEDIATE_DIR)', |
74 # Needed by chrome_content_renderer_client.cc. & | 74 # Needed by chrome_content_renderer_client.cc. & |
75 # plugin_info_message_filter.cc. | 75 # plugin_info_message_filter.cc. |
76 '<(SHARED_INTERMEDIATE_DIR)', | 76 '<(SHARED_INTERMEDIATE_DIR)', |
(...skipping 3641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3718 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3718 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3719 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3719 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3720 }, | 3720 }, |
3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3721 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3722 }, | 3722 }, |
3723 ], | 3723 ], |
3724 }, | 3724 }, |
3725 ], | 3725 ], |
3726 ], | 3726 ], |
3727 } | 3727 } |
OLD | NEW |