| 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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 'mojo_common_lib', | 729 'mojo_common_lib', |
| 730 ], | 730 ], |
| 731 'export_dependent_settings': [ | 731 'export_dependent_settings': [ |
| 732 '../base/base.gyp:base', | 732 '../base/base.gyp:base', |
| 733 '../gin/gin.gyp:gin', | 733 '../gin/gin.gyp:gin', |
| 734 'mojo_common_lib', | 734 'mojo_common_lib', |
| 735 ], | 735 ], |
| 736 'sources': [ | 736 'sources': [ |
| 737 'bindings/js/core.cc', | 737 'bindings/js/core.cc', |
| 738 'bindings/js/core.h', | 738 'bindings/js/core.h', |
| 739 'bindings/js/file_io.cc', |
| 740 'bindings/js/file_io.h', |
| 739 'bindings/js/handle.cc', | 741 'bindings/js/handle.cc', |
| 740 'bindings/js/handle.h', | 742 'bindings/js/handle.h', |
| 741 'bindings/js/support.cc', | 743 'bindings/js/support.cc', |
| 742 'bindings/js/support.h', | 744 'bindings/js/support.h', |
| 743 'bindings/js/waiting_callback.cc', | 745 'bindings/js/waiting_callback.cc', |
| 744 'bindings/js/waiting_callback.h', | 746 'bindings/js/waiting_callback.h', |
| 745 ], | 747 ], |
| 746 }, | 748 }, |
| 747 { | 749 { |
| 748 'target_name': 'mojo_js_unittests', | 750 'target_name': 'mojo_js_unittests', |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1065 'views/views_init_internal.h', | 1067 'views/views_init_internal.h', |
| 1066 ], | 1068 ], |
| 1067 'defines': [ | 1069 'defines': [ |
| 1068 'MOJO_VIEWS_IMPLEMENTATION', | 1070 'MOJO_VIEWS_IMPLEMENTATION', |
| 1069 ], | 1071 ], |
| 1070 }, | 1072 }, |
| 1071 ], | 1073 ], |
| 1072 }], | 1074 }], |
| 1073 ], | 1075 ], |
| 1074 } | 1076 } |
| OLD | NEW |