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

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

Issue 2281783002: Changes client_token to be client_auth_token. (Closed)
Patch Set: Linting. Created 4 years, 3 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/public/session/assignment.h ('k') | blimp/common/create_blimp_message.h » ('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("//chrome/version.gni") 5 import("//chrome/version.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("common") { 8 component("common") {
9 output_name = "blimp_common" 9 output_name = "blimp_common"
10 sources = [ 10 sources = [
11 "blimp_common_export.h", 11 "blimp_common_export.h",
12 "blob_cache/blob_cache.h", 12 "blob_cache/blob_cache.h",
13 "blob_cache/id_util.cc", 13 "blob_cache/id_util.cc",
14 "blob_cache/id_util.h", 14 "blob_cache/id_util.h",
15 "blob_cache/in_memory_blob_cache.cc", 15 "blob_cache/in_memory_blob_cache.cc",
16 "blob_cache/in_memory_blob_cache.h", 16 "blob_cache/in_memory_blob_cache.h",
17 "compositor/reference_tracker.cc", 17 "compositor/reference_tracker.cc",
18 "compositor/reference_tracker.h", 18 "compositor/reference_tracker.h",
19 "create_blimp_message.cc", 19 "create_blimp_message.cc",
20 "create_blimp_message.h", 20 "create_blimp_message.h",
21 "get_client_token.cc", 21 "get_client_auth_token.cc",
22 "get_client_token.h", 22 "get_client_auth_token.h",
23 "logging.cc", 23 "logging.cc",
24 "logging.h", 24 "logging.h",
25 "switches.cc", 25 "switches.cc",
26 "switches.h", 26 "switches.h",
27 ] 27 ]
28 28
29 defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ] 29 defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ]
30 30
31 deps = [ 31 deps = [
32 "//base", 32 "//base",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "//crypto", 78 "//crypto",
79 "//testing/gmock", 79 "//testing/gmock",
80 "//testing/gtest", 80 "//testing/gtest",
81 ] 81 ]
82 } 82 }
83 83
84 process_version("protocol_version") { 84 process_version("protocol_version") {
85 template_file = "protocol_version.h.version" 85 template_file = "protocol_version.h.version"
86 output = "$target_gen_dir/protocol_version.h" 86 output = "$target_gen_dir/protocol_version.h"
87 } 87 }
OLDNEW
« no previous file with comments | « blimp/client/public/session/assignment.h ('k') | blimp/common/create_blimp_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698