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

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

Issue 62203014: Move WindowOpenDisposition.template to ui/base/android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ui.gyp Created 7 years, 1 month 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
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 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'targets': [ 396 'targets': [
397 { 397 {
398 'target_name': 'gfx_jni_headers', 398 'target_name': 'gfx_jni_headers',
399 'type': 'none', 399 'type': 'none',
400 'direct_dependent_settings': { 400 'direct_dependent_settings': {
401 'include_dirs': [ 401 'include_dirs': [
402 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx', 402 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx',
403 ], 403 ],
404 }, 404 },
405 'sources': [ 405 'sources': [
406 '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java', 406 '../base/android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
407 '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java', 407 '../base/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java' ,
408 ], 408 ],
409 'variables': { 409 'variables': {
410 'jni_gen_package': 'ui/gfx', 410 'jni_gen_package': 'ui/gfx',
411 }, 411 },
412 'includes': [ '../../build/jni_generator.gypi' ], 412 'includes': [ '../../build/jni_generator.gypi' ],
413 }, 413 },
414 ], 414 ],
415 }], 415 }],
416 ], 416 ],
417 } 417 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698