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

Side by Side Diff: mojo/mojo_base.gyp

Issue 495223002: GN build rules for all unit test targets in mojo/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix copyright header Created 6 years, 4 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 | « mojo/mojo.gyp ('k') | mojo/mojo_services.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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 'mojo_public.gypi', 10 'mojo_public.gypi',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'gles2/gles2_impl.cc', 409 'gles2/gles2_impl.cc',
410 'gles2/gles2_context.cc', 410 'gles2/gles2_context.cc',
411 'gles2/gles2_context.h', 411 'gles2/gles2_context.h',
412 ], 412 ],
413 'all_dependent_settings': { 413 'all_dependent_settings': {
414 # Ensures that dependent projects import the core functions on Windows. 414 # Ensures that dependent projects import the core functions on Windows.
415 'defines': ['MOJO_USE_GLES2_IMPL'], 415 'defines': ['MOJO_USE_GLES2_IMPL'],
416 } 416 }
417 }, 417 },
418 { 418 {
419 # GN version: //mojo/public/cpp/application:chromium
419 'target_name': 'mojo_application_chromium', 420 'target_name': 'mojo_application_chromium',
420 'type': 'static_library', 421 'type': 'static_library',
421 'sources': [ 422 'sources': [
422 'public/cpp/application/lib/application_runner_chromium.cc', 423 'public/cpp/application/lib/application_runner_chromium.cc',
423 'public/cpp/application/application_runner_chromium.h', 424 'public/cpp/application/application_runner_chromium.h',
424 ], 425 ],
425 'dependencies': [ 426 'dependencies': [
426 'mojo_application_base', 427 'mojo_application_base',
427 'mojo_environment_chromium', 428 'mojo_environment_chromium',
428 ], 429 ],
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'mojo_js_unittests.isolate', 589 'mojo_js_unittests.isolate',
589 ], 590 ],
590 'sources': [ 591 'sources': [
591 'mojo_js_unittests.isolate', 592 'mojo_js_unittests.isolate',
592 ], 593 ],
593 }, 594 },
594 ], 595 ],
595 }], 596 }],
596 ] 597 ]
597 } 598 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698