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

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

Issue 226353002: Remove unused input_shlib_path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ['OS == "android" and gtest_target_type == "shared_library"', { 335 ['OS == "android" and gtest_target_type == "shared_library"', {
336 'targets': [ 336 'targets': [
337 { 337 {
338 'target_name': 'events_unittests_apk', 338 'target_name': 'events_unittests_apk',
339 'type': 'none', 339 'type': 'none',
340 'dependencies': [ 340 'dependencies': [
341 'events_unittests', 341 'events_unittests',
342 ], 342 ],
343 'variables': { 343 'variables': {
344 'test_suite_name': 'events_unittests', 344 'test_suite_name': 'events_unittests',
345 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)',
346 }, 345 },
347 'includes': [ '../../build/apk_test.gypi' ], 346 'includes': [ '../../build/apk_test.gypi' ],
348 }, 347 },
349 ], 348 ],
350 }], 349 }],
351 ], 350 ],
352 } 351 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698