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

Side by Side Diff: ui/ui_unittests.gyp

Issue 45753004: ui: Repack resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« ui/ui.gyp ('K') | « ui/ui.gyp ('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 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 12 matching lines...) Expand all
23 'base/test/ui_cocoa_test_helper.mm', 23 'base/test/ui_cocoa_test_helper.mm',
24 'base/test/ui_controls.h', 24 'base/test/ui_controls.h',
25 'base/test/ui_controls_aura.cc', 25 'base/test/ui_controls_aura.cc',
26 'base/test/ui_controls_gtk.cc', 26 'base/test/ui_controls_gtk.cc',
27 'base/test/ui_controls_internal_win.cc', 27 'base/test/ui_controls_internal_win.cc',
28 'base/test/ui_controls_internal_win.h', 28 'base/test/ui_controls_internal_win.h',
29 'base/test/ui_controls_mac.mm', 29 'base/test/ui_controls_mac.mm',
30 'base/test/ui_controls_win.cc', 30 'base/test/ui_controls_win.cc',
31 'gfx/test/color_util.cc', 31 'gfx/test/color_util.cc',
32 'gfx/test/color_util.h', 32 'gfx/test/color_util.h',
33 'test/ui_test_initializer.cc',
34 'test/ui_test_initializer.h',
33 ], 35 ],
34 'include_dirs': [ 36 'include_dirs': [
35 '../', 37 '../',
36 ], 38 ],
37 'conditions': [ 39 'conditions': [
38 ['OS!="ios"', { 40 ['OS!="ios"', {
39 'type': 'static_library', 41 'type': 'static_library',
40 'includes': [ 'base/ime/ime_test_support.gypi' ], 42 'includes': [ 'base/ime/ime_test_support.gypi' ],
41 }, { # OS=="ios" 43 }, { # OS=="ios"
42 # None of the sources in this target are built on iOS, resulting in 44 # None of the sources in this target are built on iOS, resulting in
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'variables': { 378 'variables': {
377 'test_suite_name': 'ui_unittests', 379 'test_suite_name': 'ui_unittests',
378 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 380 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
379 }, 381 },
380 'includes': [ '../build/apk_test.gypi' ], 382 'includes': [ '../build/apk_test.gypi' ],
381 }, 383 },
382 ], 384 ],
383 }], 385 }],
384 ], 386 ],
385 } 387 }
OLDNEW
« ui/ui.gyp ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698