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

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

Issue 9004019: Cleanup: Removing FileSystemPathManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 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 | « webkit/fileapi/webkit_fileapi.gypi ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', 111 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc',
112 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', 112 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h',
113 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', 113 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc',
114 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', 114 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h',
115 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', 115 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc',
116 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', 116 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h',
117 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', 117 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc',
118 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', 118 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h',
119 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', 119 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc',
120 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', 120 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
121 '<(DEPTH)/webkit/fileapi/mock_file_system_options.cc',
122 '<(DEPTH)/webkit/fileapi/mock_file_system_options.h',
121 'simple_database_system.cc', 123 'simple_database_system.cc',
122 'simple_database_system.h', 124 'simple_database_system.h',
123 ], 125 ],
124 'conditions': [ 126 'conditions': [
125 ['inside_chromium_build==0', { 127 ['inside_chromium_build==0', {
126 'dependencies': [ 128 'dependencies': [
127 'setup_third_party.gyp:third_party_headers', 129 'setup_third_party.gyp:third_party_headers',
128 ], 130 ],
129 }], 131 }],
130 ], 132 ],
(...skipping 14 matching lines...) Expand all
145 '<(DEPTH)', 147 '<(DEPTH)',
146 ], 148 ],
147 'conditions': [ 149 'conditions': [
148 ['OS=="android"', { 150 ['OS=="android"', {
149 'toolsets': ['target', 'host'], 151 'toolsets': ['target', 'host'],
150 }], 152 }],
151 ], 153 ],
152 }, 154 },
153 ], 155 ],
154 } 156 }
OLDNEW
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698