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

Side by Side Diff: mojo/mojo.gyp

Issue 38303002: Enable Mojo to download from file URLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | mojo/shell/context.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'defines': ['MOJO_IMPLEMENTATION'], 10 'defines': ['MOJO_IMPLEMENTATION'],
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 '../url/url.gyp:url_lib', 140 '../url/url.gyp:url_lib',
141 'mojo_system', 141 'mojo_system',
142 ], 142 ],
143 'sources': [ 143 'sources': [
144 'shell/app_container.cc', 144 'shell/app_container.cc',
145 'shell/app_container.h', 145 'shell/app_container.h',
146 'shell/context.cc', 146 'shell/context.cc',
147 'shell/context.h', 147 'shell/context.h',
148 'shell/loader.cc', 148 'shell/loader.cc',
149 'shell/loader.h', 149 'shell/loader.h',
150 'shell/network_delegate.cc',
151 'shell/network_delegate.h',
150 'shell/run.cc', 152 'shell/run.cc',
151 'shell/run.h', 153 'shell/run.h',
152 'shell/storage.cc', 154 'shell/storage.cc',
153 'shell/storage.h', 155 'shell/storage.h',
154 'shell/switches.cc', 156 'shell/switches.cc',
155 'shell/switches.h', 157 'shell/switches.h',
156 'shell/task_runners.cc', 158 'shell/task_runners.cc',
157 'shell/task_runners.h', 159 'shell/task_runners.h',
158 'shell/url_request_context_getter.cc', 160 'shell/url_request_context_getter.cc',
159 'shell/url_request_context_getter.h', 161 'shell/url_request_context_getter.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 297 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
296 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 298 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
297 'native_lib_target': 'libmojo_shell', 299 'native_lib_target': 'libmojo_shell',
298 }, 300 },
299 'includes': [ '../build/java_apk.gypi' ], 301 'includes': [ '../build/java_apk.gypi' ],
300 } 302 }
301 ], 303 ],
302 }], 304 }],
303 ], 305 ],
304 } 306 }
OLDNEW
« no previous file with comments | « no previous file | mojo/shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698