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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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') | chrome/chrome_web_ui_mojo_bindings.gyp » ('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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 2000 matching lines...) Expand 10 before | Expand all | Expand 10 after
2011 'target_name': 'test_support_unit', 2011 'target_name': 'test_support_unit',
2012 'type': 'static_library', 2012 'type': 'static_library',
2013 'dependencies': [ 2013 'dependencies': [
2014 'chrome_resources.gyp:chrome_resources', 2014 'chrome_resources.gyp:chrome_resources',
2015 'chrome_resources.gyp:chrome_strings', 2015 'chrome_resources.gyp:chrome_strings',
2016 'browser', 2016 'browser',
2017 'common', 2017 'common',
2018 'test_support_common', 2018 'test_support_common',
2019 '../base/base.gyp:base', 2019 '../base/base.gyp:base',
2020 '../mojo/mojo_base.gyp:mojo_environment_chromium', 2020 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2021 '../mojo/mojo_edk.gyp:mojo_system_impl',
2022 '../skia/skia.gyp:skia', 2021 '../skia/skia.gyp:skia',
2023 '../sync/sync.gyp:sync', 2022 '../sync/sync.gyp:sync',
2024 '../testing/gmock.gyp:gmock', 2023 '../testing/gmock.gyp:gmock',
2025 '../testing/gtest.gyp:gtest', 2024 '../testing/gtest.gyp:gtest',
2025 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2026 ], 2026 ],
2027 'include_dirs': [ 2027 'include_dirs': [
2028 '..', 2028 '..',
2029 ], 2029 ],
2030 'sources': [ 2030 'sources': [
2031 'browser/sync/glue/session_sync_test_helper.cc', 2031 'browser/sync/glue/session_sync_test_helper.cc',
2032 'browser/sync/glue/session_sync_test_helper.h', 2032 'browser/sync/glue/session_sync_test_helper.h',
2033 'test/base/run_all_unittests.cc', 2033 'test/base/run_all_unittests.cc',
2034 ], 2034 ],
2035 }, 2035 },
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
2748 'dependencies': [ 2748 'dependencies': [
2749 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2749 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2750 ], 2750 ],
2751 }], 2751 }],
2752 ], 2752 ],
2753 }, 2753 },
2754 ], 2754 ],
2755 }], 2755 }],
2756 ], # 'conditions' 2756 ], # 'conditions'
2757 } 2757 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_web_ui_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698