| OLD | NEW | 
|    1 # Copyright 2015 The Chromium Authors. All rights reserved. |    1 # Copyright 2015 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("//mojo/public/tools/bindings/mojom.gni") |    5 import("//mojo/public/tools/bindings/mojom.gni") | 
|    6 import("//testing/test.gni") |    6 import("//testing/test.gni") | 
|    7  |    7  | 
|    8 static_library("arc") { |    8 static_library("arc") { | 
|    9   sources = [ |    9   sources = [ | 
|   10     "arc_bridge_host_impl.cc", |   10     "arc_bridge_host_impl.cc", | 
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   88     "//components/signin/core/account_id", |   88     "//components/signin/core/account_id", | 
|   89     "//components/user_manager", |   89     "//components/user_manager", | 
|   90     "//device/bluetooth", |   90     "//device/bluetooth", | 
|   91     "//google_apis", |   91     "//google_apis", | 
|   92     "//mojo/edk/system", |   92     "//mojo/edk/system", | 
|   93     "//skia", |   93     "//skia", | 
|   94     "//third_party/re2:re2", |   94     "//third_party/re2:re2", | 
|   95     "//ui/aura", |   95     "//ui/aura", | 
|   96     "//ui/base:base", |   96     "//ui/base:base", | 
|   97     "//ui/base/ime", |   97     "//ui/base/ime", | 
|   98     "//ui/display:display", |   98     "//ui/display/manager", | 
|   99     "//ui/events", |   99     "//ui/events", | 
|  100     "//ui/events:dom_keycode_converter", |  100     "//ui/events:dom_keycode_converter", | 
|  101     "//ui/keyboard:keyboard", |  101     "//ui/keyboard:keyboard", | 
|  102     "//url:url", |  102     "//url:url", | 
|  103   ] |  103   ] | 
|  104 } |  104 } | 
|  105  |  105  | 
|  106 static_library("arc_base") { |  106 static_library("arc_base") { | 
|  107   sources = [ |  107   sources = [ | 
|  108     "arc_bridge_service.cc", |  108     "arc_bridge_service.cc", | 
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  231     "//testing/gtest", |  231     "//testing/gtest", | 
|  232     "//ui/aura", |  232     "//ui/aura", | 
|  233     "//ui/aura:test_support", |  233     "//ui/aura:test_support", | 
|  234     "//ui/base:test_support", |  234     "//ui/base:test_support", | 
|  235     "//ui/base/ime", |  235     "//ui/base/ime", | 
|  236     "//ui/events", |  236     "//ui/events", | 
|  237     "//ui/events:dom_keycode_converter", |  237     "//ui/events:dom_keycode_converter", | 
|  238     "//url:url", |  238     "//url:url", | 
|  239   ] |  239   ] | 
|  240 } |  240 } | 
| OLD | NEW |