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

Side by Side Diff: build/all.gyp

Issue 1394983003: openh264_unittests empty dummy test added (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: README.chromium 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
« BUILD.gn ('K') | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 12 matching lines...) Expand all
23 '../components/components_tests.gyp:*', 23 '../components/components_tests.gyp:*',
24 '../content/content.gyp:*', 24 '../content/content.gyp:*',
25 '../crypto/crypto.gyp:*', 25 '../crypto/crypto.gyp:*',
26 '../net/net.gyp:*', 26 '../net/net.gyp:*',
27 '../sdch/sdch.gyp:*', 27 '../sdch/sdch.gyp:*',
28 '../sql/sql.gyp:*', 28 '../sql/sql.gyp:*',
29 '../testing/gmock.gyp:*', 29 '../testing/gmock.gyp:*',
30 '../testing/gtest.gyp:*', 30 '../testing/gtest.gyp:*',
31 '../third_party/icu/icu.gyp:*', 31 '../third_party/icu/icu.gyp:*',
32 '../third_party/libxml/libxml.gyp:*', 32 '../third_party/libxml/libxml.gyp:*',
33 '../third_party/openh264/tests/openh264_unittests.gyp:*',
33 '../third_party/sqlite/sqlite.gyp:*', 34 '../third_party/sqlite/sqlite.gyp:*',
34 '../third_party/zlib/zlib.gyp:*', 35 '../third_party/zlib/zlib.gyp:*',
35 '../ui/accessibility/accessibility.gyp:*', 36 '../ui/accessibility/accessibility.gyp:*',
36 '../ui/base/ui_base.gyp:*', 37 '../ui/base/ui_base.gyp:*',
37 '../ui/display/display.gyp:display_unittests', 38 '../ui/display/display.gyp:display_unittests',
38 '../ui/snapshot/snapshot.gyp:*', 39 '../ui/snapshot/snapshot.gyp:*',
39 '../url/url.gyp:*', 40 '../url/url.gyp:*',
40 ], 41 ],
41 'conditions': [ 42 'conditions': [
42 ['OS!="ios" and OS!="mac"', { 43 ['OS!="ios" and OS!="mac"', {
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'dependencies': [ 1435 'dependencies': [
1435 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1436 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1436 '../ui/views/views.gyp:views', 1437 '../ui/views/views.gyp:views',
1437 '../ui/views/views.gyp:views_unittests', 1438 '../ui/views/views.gyp:views_unittests',
1438 ], 1439 ],
1439 }, # target_name: macviews_builder 1440 }, # target_name: macviews_builder
1440 ], # targets 1441 ], # targets
1441 }], # os=='mac' and toolkit_views==1 1442 }], # os=='mac' and toolkit_views==1
1442 ], # conditions 1443 ], # conditions
1443 } 1444 }
OLDNEW
« BUILD.gn ('K') | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698