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

Side by Side Diff: ios/web/ios_web_unittests.gyp

Issue 1393303003: [iOS][GN] Port ios_web_unittests to build with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_third_party_blink
Patch Set: Created 5 years, 2 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
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 # GN version: //ios/web:ios_web_unittests
10 'target_name': 'ios_web_unittests', 11 'target_name': 'ios_web_unittests',
11 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
12 'dependencies': [ 13 'dependencies': [
13 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
14 '../../base/base.gyp:test_support_base', 15 '../../base/base.gyp:test_support_base',
15 '../../net/net.gyp:net_test_support', 16 '../../net/net.gyp:net_test_support',
16 '../../testing/gmock.gyp:gmock', 17 '../../testing/gmock.gyp:gmock',
17 '../../testing/gtest.gyp:gtest', 18 '../../testing/gtest.gyp:gtest',
18 '../../third_party/ocmock/ocmock.gyp:ocmock', 19 '../../third_party/ocmock/ocmock.gyp:ocmock',
19 '../../ui/base/ui_base.gyp:ui_base_test_support', 20 '../../ui/base/ui_base.gyp:ui_base_test_support',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'test/data/testpass.pkpass', 94 'test/data/testpass.pkpass',
94 ], 95 ],
95 'test_data_prefix': 'ios/web', 96 'test_data_prefix': 'ios/web',
96 }, 97 },
97 'includes': [ '../../build/copy_test_data_ios.gypi' ], 98 'includes': [ '../../build/copy_test_data_ios.gypi' ],
98 }, 99 },
99 ], 100 ],
100 }, 101 },
101 ], 102 ],
102 } 103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698