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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 596053004: Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_public_gyp
Patch Set: Created 6 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_app.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 { 1878 {
1879 'target_name': 'test_support_unit', 1879 'target_name': 'test_support_unit',
1880 'type': 'static_library', 1880 'type': 'static_library',
1881 'dependencies': [ 1881 'dependencies': [
1882 'chrome_resources.gyp:chrome_resources', 1882 'chrome_resources.gyp:chrome_resources',
1883 'chrome_resources.gyp:chrome_strings', 1883 'chrome_resources.gyp:chrome_strings',
1884 'browser', 1884 'browser',
1885 'common', 1885 'common',
1886 'test_support_common', 1886 'test_support_common',
1887 '../base/base.gyp:base', 1887 '../base/base.gyp:base',
1888 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
1888 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1889 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1889 '../mojo/mojo_base.gyp:mojo_system_impl',
1890 '../skia/skia.gyp:skia', 1890 '../skia/skia.gyp:skia',
1891 '../sync/sync.gyp:sync', 1891 '../sync/sync.gyp:sync',
1892 '../testing/gmock.gyp:gmock', 1892 '../testing/gmock.gyp:gmock',
1893 '../testing/gtest.gyp:gtest', 1893 '../testing/gtest.gyp:gtest',
1894 ], 1894 ],
1895 'include_dirs': [ 1895 'include_dirs': [
1896 '..', 1896 '..',
1897 ], 1897 ],
1898 'sources': [ 1898 'sources': [
1899 'browser/sync/glue/session_sync_test_helper.cc', 1899 'browser/sync/glue/session_sync_test_helper.cc',
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 'dependencies': [ 2866 'dependencies': [
2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2868 ], 2868 ],
2869 }], 2869 }],
2870 ], 2870 ],
2871 }, 2871 },
2872 ], 2872 ],
2873 }], 2873 }],
2874 ], # 'conditions' 2874 ], # 'conditions'
2875 } 2875 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698