Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Side by Side Diff: blimp/common/BUILD.gn

Issue 1930303002: Simplify GN target names for //blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix blimp_shell Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/docs/container.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("blimp_common") { 7 component("common") {
8 output_name = "blimp_common"
8 sources = [ 9 sources = [
9 "blimp_common_export.h", 10 "blimp_common_export.h",
10 "blob_cache/blob_cache.h", 11 "blob_cache/blob_cache.h",
11 "blob_cache/id_util.cc", 12 "blob_cache/id_util.cc",
12 "blob_cache/id_util.h", 13 "blob_cache/id_util.h",
13 "blob_cache/in_memory_blob_cache.cc", 14 "blob_cache/in_memory_blob_cache.cc",
14 "blob_cache/in_memory_blob_cache.h", 15 "blob_cache/in_memory_blob_cache.h",
15 "compositor/blimp_image_serialization_processor.cc", 16 "compositor/blimp_image_serialization_processor.cc",
16 "compositor/blimp_image_serialization_processor.h", 17 "compositor/blimp_image_serialization_processor.h",
17 "compositor/blimp_task_graph_runner.cc", 18 "compositor/blimp_task_graph_runner.cc",
(...skipping 25 matching lines...) Expand all
43 testonly = true 44 testonly = true
44 45
45 sources = [ 46 sources = [
46 "blob_cache/id_util_unittest.cc", 47 "blob_cache/id_util_unittest.cc",
47 "blob_cache/in_memory_blob_cache_unittest.cc", 48 "blob_cache/in_memory_blob_cache_unittest.cc",
48 "create_blimp_message_unittest.cc", 49 "create_blimp_message_unittest.cc",
49 "logging_unittest.cc", 50 "logging_unittest.cc",
50 ] 51 ]
51 52
52 deps = [ 53 deps = [
53 ":blimp_common", 54 ":common",
54 "//base", 55 "//base",
55 "//blimp/common/proto", 56 "//blimp/common/proto",
56 "//blimp/net:test_support", 57 "//blimp/net:test_support",
57 "//crypto", 58 "//crypto",
58 "//testing/gmock", 59 "//testing/gmock",
59 "//testing/gtest", 60 "//testing/gtest",
60 ] 61 ]
61 } 62 }
OLDNEW
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/docs/container.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698