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

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: blah Created 7 years, 2 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 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 ], 141 ],
142 'sources': [ 142 'sources': [
143 'loader/job.cc', 143 'loader/job.cc',
144 'loader/job.h', 144 'loader/job.h',
145 'loader/loader.cc', 145 'loader/loader.cc',
146 'loader/loader.h', 146 'loader/loader.h',
147 'loader/url_request_context_getter.cc', 147 'loader/url_request_context_getter.cc',
148 'loader/url_request_context_getter.h', 148 'loader/url_request_context_getter.h',
149 'shell/app_container.cc', 149 'shell/app_container.cc',
150 'shell/app_container.h', 150 'shell/app_container.h',
151 'shell/network_delegate.cc',
152 'shell/network_delegate.h',
151 'shell/shell.cc', 153 'shell/shell.cc',
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 ], 160 ],
159 'conditions': [ 161 'conditions': [
160 ['OS == "win"', { 162 ['OS == "win"', {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'sources': [ 209 'sources': [
208 'public/bindings/sample/generated/sample_service.h', 210 'public/bindings/sample/generated/sample_service.h',
209 'public/bindings/sample/generated/sample_service_proxy.cc', 211 'public/bindings/sample/generated/sample_service_proxy.cc',
210 'public/bindings/sample/generated/sample_service_serialization.h', 212 'public/bindings/sample/generated/sample_service_serialization.h',
211 'public/bindings/sample/generated/sample_service_stub.cc', 213 'public/bindings/sample/generated/sample_service_stub.cc',
212 'public/bindings/sample/sample_test.cc', 214 'public/bindings/sample/sample_test.cc',
213 ], 215 ],
214 }, 216 },
215 ], 217 ],
216 } 218 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698