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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 53 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
54 '../third_party/icu/icu.gyp:icui18n', | 54 '../third_party/icu/icu.gyp:icui18n', |
55 '../third_party/icu/icu.gyp:icuuc', | 55 '../third_party/icu/icu.gyp:icuuc', |
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_base', |
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/shell_dialogs/shell_dialogs.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)', |
(...skipping 3663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3737 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3737 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3738 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3738 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3739 }, | 3739 }, |
3740 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3740 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3741 }, | 3741 }, |
3742 ], | 3742 ], |
3743 }, | 3743 }, |
3744 ], | 3744 ], |
3745 ], | 3745 ], |
3746 } | 3746 } |
OLD | NEW |