| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |