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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 171003004: Extract Chrome-specific code from NativeAppWindowViews (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (split_native_app_window) Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc ('k') | no next file » | 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2667 matching lines...) Expand 10 before | Expand all | Expand 10 after
2678 '../ui/views/views.gyp:views', 2678 '../ui/views/views.gyp:views',
2679 '../ui/views/views.gyp:views_test_support', 2679 '../ui/views/views.gyp:views_test_support',
2680 ], 2680 ],
2681 'sources!': [ 2681 'sources!': [
2682 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', 2682 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc',
2683 ], 2683 ],
2684 }, { # else: toolkit_views == 0 2684 }, { # else: toolkit_views == 0
2685 'sources/': [ 2685 'sources/': [
2686 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], 2686 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'],
2687 ['exclude', '^browser/ui/views/'], 2687 ['exclude', '^browser/ui/views/'],
2688 ['exclude', '^../apps/ui/views/'],
2688 ['exclude', '^../ui/views/'], 2689 ['exclude', '^../ui/views/'],
2689 ], 2690 ],
2690 }], 2691 }],
2691 ['use_nss==0 and use_openssl==0', { 2692 ['use_nss==0 and use_openssl==0', {
2692 'sources!': [ 2693 'sources!': [
2693 'common/net/x509_certificate_model_unittest.cc', 2694 'common/net/x509_certificate_model_unittest.cc',
2694 ], 2695 ],
2695 }], 2696 }],
2696 ['use_openssl==1', { 2697 ['use_openssl==1', {
2697 'sources!': [ 2698 'sources!': [
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 'browser/ui/app_list/test/fake_profile_store.h', 2903 'browser/ui/app_list/test/fake_profile_store.h',
2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2904 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2905 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2906 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2906 ], 2907 ],
2907 }, 2908 },
2908 ], 2909 ],
2909 }], 2910 }],
2910 ], # 'conditions' 2911 ], # 'conditions'
2911 } 2912 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698