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

Side by Side Diff: components/autofill/content/renderer/BUILD.gn

Issue 376773002: GN: Give static_libs with common names unique output_name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « components/autofill/content/common/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('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 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 static_library("renderer") { 5 static_library("renderer") {
6 output_name = "autofill_content_renderer"
6 sources = [ 7 sources = [
7 "autofill_agent.cc", 8 "autofill_agent.cc",
8 "autofill_agent.h", 9 "autofill_agent.h",
9 "form_autofill_util.cc", 10 "form_autofill_util.cc",
10 "form_autofill_util.h", 11 "form_autofill_util.h",
11 "form_cache.cc", 12 "form_cache.cc",
12 "form_cache.h", 13 "form_cache.h",
13 "page_click_listener.h", 14 "page_click_listener.h",
14 "page_click_tracker.cc", 15 "page_click_tracker.cc",
15 "page_click_tracker.h", 16 "page_click_tracker.h",
(...skipping 17 matching lines...) Expand all
33 "//ipc", 34 "//ipc",
34 "//skia", 35 "//skia",
35 "//third_party/WebKit/public:blink", 36 "//third_party/WebKit/public:blink",
36 ] 37 ]
37 38
38 if (is_win) { 39 if (is_win) {
39 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 40 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
40 cflags = [ "/wd4267" ] 41 cflags = [ "/wd4267" ]
41 } 42 }
42 } 43 }
OLDNEW
« no previous file with comments | « components/autofill/content/common/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698