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

Side by Side Diff: mojo/public/mojo_public.gyp

Issue 744203002: GYP: fix compile flake for second-hand use of generated headers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Edits Created 6 years 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
« no previous file with comments | « no previous file | mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 '../mojo_variables.gypi', 7 '../mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'cpp/application/lib/service_connector.cc', 230 'cpp/application/lib/service_connector.cc',
231 'cpp/application/lib/service_connector.h', 231 'cpp/application/lib/service_connector.h',
232 'cpp/application/lib/service_registry.cc', 232 'cpp/application/lib/service_registry.cc',
233 'cpp/application/lib/service_registry.h', 233 'cpp/application/lib/service_registry.h',
234 'cpp/application/lib/weak_service_provider.cc', 234 'cpp/application/lib/weak_service_provider.cc',
235 'cpp/application/lib/weak_service_provider.h', 235 'cpp/application/lib/weak_service_provider.h',
236 'cpp/application/service_provider_impl.h', 236 'cpp/application/service_provider_impl.h',
237 ], 237 ],
238 'dependencies': [ 238 'dependencies': [
239 'mojo_application_bindings', 239 'mojo_application_bindings',
240 'mojo_application_bindings_mojom',
241 ], 240 ],
242 'export_dependent_settings': [ 241 'export_dependent_settings': [
243 'mojo_application_bindings', 242 'mojo_application_bindings',
244 'mojo_application_bindings_mojom',
245 ], 243 ],
246 }, 244 },
247 { 245 {
248 # GN version: //mojo/public/cpp/application:standalone" 246 # GN version: //mojo/public/cpp/application:standalone"
249 'target_name': 'mojo_application_standalone', 247 'target_name': 'mojo_application_standalone',
250 'type': 'static_library', 248 'type': 'static_library',
251 'sources': [ 249 'sources': [
252 'cpp/application/lib/application_runner.cc', 250 'cpp/application/lib/application_runner.cc',
253 'cpp/application/application_runner.h', 251 'cpp/application/application_runner.h',
254 ], 252 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 }, 375 },
378 'dependencies': [ 376 'dependencies': [
379 'mojo_public_java', 377 'mojo_public_java',
380 ], 378 ],
381 'includes': [ '../../build/java.gypi' ], 379 'includes': [ '../../build/java.gypi' ],
382 }, 380 },
383 ], 381 ],
384 }], 382 }],
385 ], 383 ],
386 } 384 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698