| 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 import("//build/config/ui.gni") |    5 import("//build/config/ui.gni") | 
|    6 import("//testing/test.gni") |    6 import("//testing/test.gni") | 
|    7 import("//mojo/public/mojo_application.gni") |    7 import("//mojo/public/mojo_application.gni") | 
|    8 import("//mojo/public/mojo_application_manifest.gni") |    8 import("//mojo/public/mojo_application_manifest.gni") | 
|    9  |    9  | 
|   10 source_set("lib") { |   10 source_set("lib") { | 
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   91     "//components/mus/gles2", |   91     "//components/mus/gles2", | 
|   92     "//components/mus/public/interfaces", |   92     "//components/mus/public/interfaces", | 
|   93     "//components/mus/surfaces", |   93     "//components/mus/surfaces", | 
|   94     "//mojo/common:common_base", |   94     "//mojo/common:common_base", | 
|   95     "//mojo/converters/geometry", |   95     "//mojo/converters/geometry", | 
|   96     "//mojo/converters/ime", |   96     "//mojo/converters/ime", | 
|   97     "//mojo/converters/input_events", |   97     "//mojo/converters/input_events", | 
|   98     "//mojo/converters/surfaces", |   98     "//mojo/converters/surfaces", | 
|   99     "//mojo/public/cpp/bindings:callback", |   99     "//mojo/public/cpp/bindings:callback", | 
|  100     "//mojo/services/tracing/public/cpp", |  100     "//mojo/services/tracing/public/cpp", | 
|  101     "//mojo/shell/public/cpp", |  101     "//services/shell/public/cpp", | 
|  102     "//mojo/shell/public/interfaces", |  102     "//services/shell/public/interfaces", | 
|  103     "//ui/base", |  103     "//ui/base", | 
|  104     "//ui/events", |  104     "//ui/events", | 
|  105     "//ui/events/platform", |  105     "//ui/events/platform", | 
|  106     "//ui/gfx", |  106     "//ui/gfx", | 
|  107     "//ui/gfx/geometry", |  107     "//ui/gfx/geometry", | 
|  108     "//ui/gl", |  108     "//ui/gl", | 
|  109     "//ui/mojo/geometry:interfaces", |  109     "//ui/mojo/geometry:interfaces", | 
|  110     "//ui/platform_window", |  110     "//ui/platform_window", | 
|  111     "//ui/platform_window:platform_impls", |  111     "//ui/platform_window:platform_impls", | 
|  112   ] |  112   ] | 
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  179     "//components/mus/public/cpp", |  179     "//components/mus/public/cpp", | 
|  180     "//components/mus/public/cpp/tests:test_support", |  180     "//components/mus/public/cpp/tests:test_support", | 
|  181     "//components/mus/public/interfaces", |  181     "//components/mus/public/interfaces", | 
|  182     "//components/mus/surfaces", |  182     "//components/mus/surfaces", | 
|  183     "//mojo/converters/geometry", |  183     "//mojo/converters/geometry", | 
|  184     "//mojo/converters/input_events", |  184     "//mojo/converters/input_events", | 
|  185     "//mojo/converters/transform", |  185     "//mojo/converters/transform", | 
|  186     "//mojo/gles2", |  186     "//mojo/gles2", | 
|  187     "//mojo/platform_handle:for_component", |  187     "//mojo/platform_handle:for_component", | 
|  188     "//mojo/public/cpp/bindings:bindings", |  188     "//mojo/public/cpp/bindings:bindings", | 
|  189     "//mojo/shell/public/cpp:shell_test_support", |  189     "//services/shell/public/cpp:shell_test_support", | 
|  190     "//mojo/shell/public/cpp:sources", |  190     "//services/shell/public/cpp:sources", | 
|  191     "//mojo/shell/public/cpp:test_support", |  191     "//services/shell/public/cpp:test_support", | 
|  192     "//mojo/shell/public/cpp/test:run_all_shelltests", |  192     "//services/shell/public/cpp/test:run_all_shelltests", | 
|  193     "//mojo/shell/public/interfaces", |  193     "//services/shell/public/interfaces", | 
|  194     "//testing/gtest", |  194     "//testing/gtest", | 
|  195     "//ui/events", |  195     "//ui/events", | 
|  196     "//ui/gfx", |  196     "//ui/gfx", | 
|  197     "//ui/gfx:test_support", |  197     "//ui/gfx:test_support", | 
|  198     "//ui/gfx/geometry", |  198     "//ui/gfx/geometry", | 
|  199     "//ui/gl", |  199     "//ui/gl", | 
|  200     "//ui/mojo/geometry:interfaces", |  200     "//ui/mojo/geometry:interfaces", | 
|  201     "//ui/mojo/geometry:util", |  201     "//ui/mojo/geometry:util", | 
|  202   ] |  202   ] | 
|  203  |  203  | 
|  204   if (!is_android) {  # TODO(GYP) Enable on Android when osmesa links. |  204   if (!is_android) {  # TODO(GYP) Enable on Android when osmesa links. | 
|  205     deps += [ "//third_party/mesa:osmesa" ] |  205     deps += [ "//third_party/mesa:osmesa" ] | 
|  206   } |  206   } | 
|  207  |  207  | 
|  208   if (use_x11) { |  208   if (use_x11) { | 
|  209     deps += [ "//tools/xdisplaycheck" ] |  209     deps += [ "//tools/xdisplaycheck" ] | 
|  210   } |  210   } | 
|  211  |  211  | 
|  212   data_deps = [ |  212   data_deps = [ | 
|  213     ":mus_ws_unittests_app_manifest", |  213     ":mus_ws_unittests_app_manifest", | 
|  214   ] |  214   ] | 
|  215 } |  215 } | 
|  216  |  216  | 
|  217 mojo_application_manifest("mus_ws_unittests_app_manifest") { |  217 mojo_application_manifest("mus_ws_unittests_app_manifest") { | 
|  218   application_name = "mus_ws_unittests_app" |  218   application_name = "mus_ws_unittests_app" | 
|  219   source = "mus_ws_unittests_app_manifest.json" |  219   source = "mus_ws_unittests_app_manifest.json" | 
|  220 } |  220 } | 
| OLD | NEW |