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

Side by Side Diff: mojo/mojo.gyp

Issue 339403003: Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/environment/environment.cc ('k') | mojo/mojo_public.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 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 }, 387 },
388 { 388 {
389 # GN version: //mojo/environment:chromium 389 # GN version: //mojo/environment:chromium
390 'target_name': 'mojo_environment_chromium', 390 'target_name': 'mojo_environment_chromium',
391 'type': 'static_library', 391 'type': 'static_library',
392 'dependencies': [ 392 'dependencies': [
393 'mojo_common_lib', 393 'mojo_common_lib',
394 'mojo_environment_chromium_impl', 394 'mojo_environment_chromium_impl',
395 ], 395 ],
396 'sources': [ 396 'sources': [
397 'environment/default_async_waiter.cc',
398 'environment/default_logger.cc',
399 'environment/environment.cc', 397 'environment/environment.cc',
400 ], 398 ],
401 'include_dirs': [ 399 'include_dirs': [
402 '..', 400 '..',
403 ], 401 ],
404 'export_dependent_settings': [ 402 'export_dependent_settings': [
405 'mojo_environment_chromium_impl', 403 'mojo_environment_chromium_impl',
406 ], 404 ],
407 }, 405 },
408 { 406 {
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'views/native_widget_view_manager.cc', 941 'views/native_widget_view_manager.cc',
944 'views/native_widget_view_manager.h', 942 'views/native_widget_view_manager.h',
945 'views/views_init.cc', 943 'views/views_init.cc',
946 'views/views_init.h', 944 'views/views_init.h',
947 ], 945 ],
948 }, 946 },
949 ], 947 ],
950 }], 948 }],
951 ], 949 ],
952 } 950 }
OLDNEW
« no previous file with comments | « mojo/environment/environment.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698