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

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

Issue 2054513002: Revert of Mojo: Eliminate duplicate C API symbols (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 'variables': { 6 'includes': [
7 '../../mojo/mojo_variables.gypi',
8 ],
9 'variables': {
7 'chromium_code': 1, 10 'chromium_code': 1,
8 }, 11 },
9 'targets': [ 12 'targets': [
10 { 13 {
11 'target_name': 'gfx_geometry', 14 'target_name': 'gfx_geometry',
12 'type': '<(component)', 15 'type': '<(component)',
13 'dependencies': [ 16 'dependencies': [
14 '<(DEPTH)/base/base.gyp:base', 17 '<(DEPTH)/base/base.gyp:base',
15 ], 18 ],
16 'defines': [ 19 'defines': [
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 ], 609 ],
607 'variables': { 610 'variables': {
608 'jni_gen_package': 'ui/gfx', 611 'jni_gen_package': 'ui/gfx',
609 }, 612 },
610 'includes': [ '../../build/jni_generator.gypi' ], 613 'includes': [ '../../build/jni_generator.gypi' ],
611 }, 614 },
612 ], 615 ],
613 }], 616 }],
614 ], 617 ],
615 } 618 }
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