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

Side by Side Diff: webkit/support/webkit_support.gypi

Issue 6251007: webkit_support_common should depend on setup_third_party.gyp:third_party_head... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', 95 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h',
96 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', 96 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc',
97 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', 97 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h',
98 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', 98 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc',
99 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', 99 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h',
100 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', 100 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc',
101 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', 101 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h',
102 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', 102 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc',
103 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', 103 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
104 ], 104 ],
105 'conditions': [
106 ['inside_chromium_build==0', {
107 'dependencies': [
108 'setup_third_party.gyp:third_party_headers',
109 ],
110 }],
111 ],
105 }, 112 },
106 ], 113 ],
107 } 114 }
108 # Local Variables: 115 # Local Variables:
109 # tab-width:2 116 # tab-width:2
110 # indent-tabs-mode:nil 117 # indent-tabs-mode:nil
111 # End: 118 # End:
112 # vim: set expandtab tabstop=2 shiftwidth=2: 119 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698