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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 2044023004: Mojo: Eliminate duplicate C API symbols (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 6 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 | « services/shell/runner/host/native_application_support.cc ('k') | no next file » | 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 { 5 {
6 'includes': [ 6 'variables': {
7 '../../mojo/mojo_variables.gypi',
8 ],
9 'variables': {
10 'chromium_code': 1, 7 'chromium_code': 1,
11 }, 8 },
12 'targets': [ 9 'targets': [
13 { 10 {
14 'target_name': 'gfx_geometry', 11 'target_name': 'gfx_geometry',
15 'type': '<(component)', 12 'type': '<(component)',
16 'dependencies': [ 13 'dependencies': [
17 '<(DEPTH)/base/base.gyp:base', 14 '<(DEPTH)/base/base.gyp:base',
18 ], 15 ],
19 'defines': [ 16 'defines': [
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 ], 606 ],
610 'variables': { 607 'variables': {
611 'jni_gen_package': 'ui/gfx', 608 'jni_gen_package': 'ui/gfx',
612 }, 609 },
613 'includes': [ '../../build/jni_generator.gypi' ], 610 'includes': [ '../../build/jni_generator.gypi' ],
614 }, 611 },
615 ], 612 ],
616 }], 613 }],
617 ], 614 ],
618 } 615 }
OLDNEW
« no previous file with comments | « services/shell/runner/host/native_application_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698