| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 325 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 326 'mojo_system_impl', | 326 'mojo_system_impl', |
| 327 ], | 327 ], |
| 328 'sources': [ | 328 'sources': [ |
| 329 'common/channel_init.cc', | 329 'common/channel_init.cc', |
| 330 'common/channel_init.h', | 330 'common/channel_init.h', |
| 331 'common/common_type_converters.cc', | 331 'common/common_type_converters.cc', |
| 332 'common/common_type_converters.h', | 332 'common/common_type_converters.h', |
| 333 'common/data_pipe_utils.cc', | 333 'common/data_pipe_utils.cc', |
| 334 'common/data_pipe_utils.h', | 334 'common/data_pipe_utils.h', |
| 335 'common/environment_data.cc', | |
| 336 'common/environment_data.h', | |
| 337 'common/handle_watcher.cc', | 335 'common/handle_watcher.cc', |
| 338 'common/handle_watcher.h', | 336 'common/handle_watcher.h', |
| 339 'common/message_pump_mojo.cc', | 337 'common/message_pump_mojo.cc', |
| 340 'common/message_pump_mojo.h', | 338 'common/message_pump_mojo.h', |
| 341 'common/message_pump_mojo_handler.h', | 339 'common/message_pump_mojo_handler.h', |
| 342 'common/time_helper.cc', | 340 'common/time_helper.cc', |
| 343 'common/time_helper.h', | 341 'common/time_helper.h', |
| 344 ], | 342 ], |
| 345 }, | 343 }, |
| 346 { | 344 { |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 930 'views/native_widget_view_manager.cc', | 928 'views/native_widget_view_manager.cc', |
| 931 'views/native_widget_view_manager.h', | 929 'views/native_widget_view_manager.h', |
| 932 'views/views_init.cc', | 930 'views/views_init.cc', |
| 933 'views/views_init.h', | 931 'views/views_init.h', |
| 934 ], | 932 ], |
| 935 }, | 933 }, |
| 936 ], | 934 ], |
| 937 }], | 935 }], |
| 938 ], | 936 ], |
| 939 } | 937 } |
| OLD | NEW |