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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 807773002: Move mojo gypfiles to toplevel mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 '../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 1902 matching lines...) Expand 10 before | Expand all | Expand 10 after
1913 { 1913 {
1914 'target_name': 'test_support_unit', 1914 'target_name': 'test_support_unit',
1915 'type': 'static_library', 1915 'type': 'static_library',
1916 'dependencies': [ 1916 'dependencies': [
1917 'chrome_resources.gyp:chrome_resources', 1917 'chrome_resources.gyp:chrome_resources',
1918 'chrome_resources.gyp:chrome_strings', 1918 'chrome_resources.gyp:chrome_strings',
1919 'browser', 1919 'browser',
1920 'common', 1920 'common',
1921 'test_support_common', 1921 'test_support_common',
1922 '../base/base.gyp:base', 1922 '../base/base.gyp:base',
1923 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
1924 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1923 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1924 '../mojo/mojo_edk.gyp:mojo_system_impl',
1925 '../skia/skia.gyp:skia', 1925 '../skia/skia.gyp:skia',
1926 '../sync/sync.gyp:sync', 1926 '../sync/sync.gyp:sync',
1927 '../testing/gmock.gyp:gmock', 1927 '../testing/gmock.gyp:gmock',
1928 '../testing/gtest.gyp:gtest', 1928 '../testing/gtest.gyp:gtest',
1929 ], 1929 ],
1930 'include_dirs': [ 1930 'include_dirs': [
1931 '..', 1931 '..',
1932 ], 1932 ],
1933 'sources': [ 1933 'sources': [
1934 'browser/sync/glue/session_sync_test_helper.cc', 1934 'browser/sync/glue/session_sync_test_helper.cc',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
2956 'dependencies': [ 2956 'dependencies': [
2957 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2957 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2958 ], 2958 ],
2959 }], 2959 }],
2960 ], 2960 ],
2961 }, 2961 },
2962 ], 2962 ],
2963 }], 2963 }],
2964 ], # 'conditions' 2964 ], # 'conditions'
2965 } 2965 }
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