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 '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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 ], | 313 ], |
314 'export_dependent_settings': [ | 314 'export_dependent_settings': [ |
315 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 315 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
316 'mojo_system_impl', | 316 'mojo_system_impl', |
317 ], | 317 ], |
318 'sources': [ | 318 'sources': [ |
319 'common/channel_init.cc', | 319 'common/channel_init.cc', |
320 'common/channel_init.h', | 320 'common/channel_init.h', |
321 'common/common_type_converters.cc', | 321 'common/common_type_converters.cc', |
322 'common/common_type_converters.h', | 322 'common/common_type_converters.h', |
| 323 'common/environment_data.cc', |
| 324 'common/environment_data.h', |
323 'common/handle_watcher.cc', | 325 'common/handle_watcher.cc', |
324 'common/handle_watcher.h', | 326 'common/handle_watcher.h', |
325 'common/message_pump_mojo.cc', | 327 'common/message_pump_mojo.cc', |
326 'common/message_pump_mojo.h', | 328 'common/message_pump_mojo.h', |
327 'common/message_pump_mojo_handler.h', | 329 'common/message_pump_mojo_handler.h', |
328 'common/time_helper.cc', | 330 'common/time_helper.cc', |
329 'common/time_helper.h', | 331 'common/time_helper.h', |
330 ], | 332 ], |
331 }, | 333 }, |
332 { | 334 { |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 'aura/screen_mojo.cc', | 900 'aura/screen_mojo.cc', |
899 'aura/screen_mojo.h', | 901 'aura/screen_mojo.h', |
900 'aura/window_tree_host_mojo.cc', | 902 'aura/window_tree_host_mojo.cc', |
901 'aura/window_tree_host_mojo.h', | 903 'aura/window_tree_host_mojo.h', |
902 ], | 904 ], |
903 }, | 905 }, |
904 ], | 906 ], |
905 }], | 907 }], |
906 ], | 908 ], |
907 } | 909 } |
OLD | NEW |