Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1262)

Side by Side Diff: webkit/plugins/webkit_plugins.gypi

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'plugins_common', 8 'target_name': 'plugins_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines': [ 10 'defines': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ], 42 ],
43 'include_dirs': [ 43 'include_dirs': [
44 '<(INTERMEDIATE_DIR)', 44 '<(INTERMEDIATE_DIR)',
45 '<(SHARED_INTERMEDIATE_DIR)/webkit', 45 '<(SHARED_INTERMEDIATE_DIR)/webkit',
46 '<(SHARED_INTERMEDIATE_DIR)/ui', 46 '<(SHARED_INTERMEDIATE_DIR)/ui',
47 ], 47 ],
48 'dependencies': [ 48 'dependencies': [
49 '<(DEPTH)/base/base.gyp:base', 49 '<(DEPTH)/base/base.gyp:base',
50 '<(DEPTH)/base/base.gyp:base_i18n', 50 '<(DEPTH)/base/base.gyp:base_i18n',
51 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 51 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
52 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
53 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 52 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
54 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 53 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
55 '<(DEPTH)/media/media.gyp:media', 54 '<(DEPTH)/media/media.gyp:media',
56 '<(DEPTH)/media/media.gyp:shared_memory_support', 55 '<(DEPTH)/media/media.gyp:shared_memory_support',
57 '<(DEPTH)/net/net.gyp:net', 56 '<(DEPTH)/net/net.gyp:net',
58 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 57 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
59 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', 58 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
60 '<(DEPTH)/printing/printing.gyp:printing', 59 '<(DEPTH)/printing/printing.gyp:printing',
61 '<(DEPTH)/skia/skia.gyp:skia', 60 '<(DEPTH)/skia/skia.gyp:skia',
61 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
62 '<(DEPTH)/ui/gl/gl.gyp:gl', 62 '<(DEPTH)/ui/gl/gl.gyp:gl',
63 '<(DEPTH)/ui/ui.gyp:ui', 63 '<(DEPTH)/ui/ui.gyp:ui',
64 '<(DEPTH)/ui/ui.gyp:ui_resources', 64 '<(DEPTH)/ui/ui.gyp:ui_resources',
65 '<(DEPTH)/url/url.gyp:url',
65 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 66 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
66 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 67 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
67 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
68 'glue_common', 68 'glue_common',
69 'plugins_common', 69 'plugins_common',
70 'user_agent', 70 'user_agent',
71 'webkit_base', 71 'webkit_base',
72 'webkit_storage', 72 'webkit_storage',
73 ], 73 ],
74 'sources': [ 74 'sources': [
75 # This list contains all .h, .cc, and .mm files in glue except for 75 # This list contains all .h, .cc, and .mm files in glue except for
76 # those in the test subdirectory and those with unittest in in their 76 # those in the test subdirectory and those with unittest in in their
77 # names. 77 # names.
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 '<(DEPTH)/third_party/wtl/include', 257 '<(DEPTH)/third_party/wtl/include',
258 ], 258 ],
259 'sources!': [ 259 'sources!': [
260 'plugins/plugin_stubs.cc', 260 'plugins/plugin_stubs.cc',
261 ], 261 ],
262 }], 262 }],
263 ], 263 ],
264 } 264 }
265 ], 265 ],
266 } 266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698