| OLD | NEW |
| 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 ], | 498 ], |
| 499 'export_dependent_settings': [ | 499 'export_dependent_settings': [ |
| 500 '../base/base.gyp:base', | 500 '../base/base.gyp:base', |
| 501 '../gin/gin.gyp:gin', | 501 '../gin/gin.gyp:gin', |
| 502 'mojo_common_lib', | 502 'mojo_common_lib', |
| 503 ], | 503 ], |
| 504 'sources': [ | 504 'sources': [ |
| 505 # Sources list duplicated in GN build. | 505 # Sources list duplicated in GN build. |
| 506 'bindings/js/core.cc', | 506 'bindings/js/core.cc', |
| 507 'bindings/js/core.h', | 507 'bindings/js/core.h', |
| 508 'bindings/js/drain_data.cc', |
| 509 'bindings/js/drain_data.h', |
| 508 'bindings/js/handle.cc', | 510 'bindings/js/handle.cc', |
| 509 'bindings/js/handle.h', | 511 'bindings/js/handle.h', |
| 510 'bindings/js/handle_close_observer.h', | 512 'bindings/js/handle_close_observer.h', |
| 511 'bindings/js/support.cc', | 513 'bindings/js/support.cc', |
| 512 'bindings/js/support.h', | 514 'bindings/js/support.h', |
| 513 'bindings/js/waiting_callback.cc', | 515 'bindings/js/waiting_callback.cc', |
| 514 'bindings/js/waiting_callback.h', | 516 'bindings/js/waiting_callback.h', |
| 515 ], | 517 ], |
| 516 }, | 518 }, |
| 517 { | 519 { |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 'mojo_js_unittests.isolate', | 652 'mojo_js_unittests.isolate', |
| 651 ], | 653 ], |
| 652 'sources': [ | 654 'sources': [ |
| 653 'mojo_js_unittests.isolate', | 655 'mojo_js_unittests.isolate', |
| 654 ], | 656 ], |
| 655 }, | 657 }, |
| 656 ], | 658 ], |
| 657 }], | 659 }], |
| 658 ] | 660 ] |
| 659 } | 661 } |
| OLD | NEW |