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

Side by Side Diff: gpu/command_buffer/common/BUILD.gn

Issue 465693002: GN: Remove duplicate entries from sources lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « content/content_browser.gypi ('k') | printing/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 source_set("common") { 5 source_set("common") {
6 sources = [ 6 sources = [
7 "bitfield_helpers.h", 7 "bitfield_helpers.h",
8 "buffer.cc", 8 "buffer.cc",
9 "buffer.h", 9 "buffer.h",
10 "capabilities.cc", 10 "capabilities.cc",
11 "capabilities.h", 11 "capabilities.h",
12 "cmd_buffer_common.cc", 12 "cmd_buffer_common.cc",
13 "cmd_buffer_common.h", 13 "cmd_buffer_common.h",
14 "command_buffer.h", 14 "command_buffer.h",
15 "constants.h", 15 "constants.h",
16 "debug_marker_manager.cc", 16 "debug_marker_manager.cc",
17 "debug_marker_manager.h", 17 "debug_marker_manager.h",
18 "gles2_cmd_format.cc", 18 "gles2_cmd_format.cc",
19 "gles2_cmd_format.h", 19 "gles2_cmd_format.h",
20 "gles2_cmd_format.h",
21 "gles2_cmd_format_autogen.h", 20 "gles2_cmd_format_autogen.h",
22 "gles2_cmd_ids.h", 21 "gles2_cmd_ids.h",
23 "gles2_cmd_ids_autogen.h", 22 "gles2_cmd_ids_autogen.h",
24 "id_allocator.cc", 23 "id_allocator.cc",
25 "id_allocator.h", 24 "id_allocator.h",
26 "mailbox.cc", 25 "mailbox.cc",
27 "mailbox.h", 26 "mailbox.h",
28 "mailbox_holder.cc", 27 "mailbox_holder.cc",
29 "mailbox_holder.h", 28 "mailbox_holder.h",
30 "thread_local.h", 29 "thread_local.h",
(...skipping 16 matching lines...) Expand all
47 ] 46 ]
48 47
49 defines = [ "GLES2_UTILS_IMPLEMENTATION" ] 48 defines = [ "GLES2_UTILS_IMPLEMENTATION" ]
50 49
51 deps = [ 50 deps = [
52 "//base", 51 "//base",
53 ] 52 ]
54 53
55 all_dependent_configs = [ "//third_party/khronos:khronos_headers" ] 54 all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
56 } 55 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | printing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698