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

Side by Side Diff: chrome/chrome.gyp

Issue 200020: Improving GetFocusManager on Gtk (Closed)
Patch Set: Added FocusNativeView Created 11 years, 3 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 | « no previous file | views/focus/focus_manager_gtk.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'browser/extensions/extension_bookmarks_apitest.cc', 91 'browser/extensions/extension_bookmarks_apitest.cc',
92 'browser/extensions/extension_browsertest.cc', 92 'browser/extensions/extension_browsertest.cc',
93 'browser/extensions/extension_browsertest.h', 93 'browser/extensions/extension_browsertest.h',
94 'browser/extensions/extension_browsertests_misc.cc', 94 'browser/extensions/extension_browsertests_misc.cc',
95 'browser/extensions/extension_override_apitest.cc', 95 'browser/extensions/extension_override_apitest.cc',
96 'browser/ssl/ssl_browser_tests.cc', 96 'browser/ssl/ssl_browser_tests.cc',
97 ], 97 ],
98 # TODO(jcampan): move these vars to views.gyp. 98 # TODO(jcampan): move these vars to views.gyp.
99 'views_unit_tests_sources': [ 99 'views_unit_tests_sources': [
100 '../views/view_unittest.cc', 100 '../views/view_unittest.cc',
101 '../views/focus/focus_manager_unittest.cc',
101 ], 102 ],
102 'views_unit_tests_sources_win_specific': [ 103 'views_unit_tests_sources_win_specific': [
103 # TODO(jcampan): make the following tests work on Linux. 104 # TODO(jcampan): make the following tests work on Linux.
104 '../views/controls/label_unittest.cc', 105 '../views/controls/label_unittest.cc',
105 '../views/controls/table/table_view_unittest.cc', 106 '../views/controls/table/table_view_unittest.cc',
106 '../views/grid_layout_unittest.cc', 107 '../views/grid_layout_unittest.cc',
107 '../views/focus/focus_manager_unittest.cc',
108 ], 108 ],
109 'conditions': [ 109 'conditions': [
110 ['OS=="mac"', { 110 ['OS=="mac"', {
111 'conditions': [ 111 'conditions': [
112 ['branding=="Chrome"', { 112 ['branding=="Chrome"', {
113 'mac_bundle_id': 'com.google.Chrome', 113 'mac_bundle_id': 'com.google.Chrome',
114 'mac_creator': 'rimZ', 114 'mac_creator': 'rimZ',
115 }, { # else: branding!="Chrome" 115 }, { # else: branding!="Chrome"
116 'mac_bundle_id': 'org.chromium.Chromium', 116 'mac_bundle_id': 'org.chromium.Chromium',
117 'mac_creator': 'Cr24', 117 'mac_creator': 'Cr24',
(...skipping 4094 matching lines...) Expand 10 before | Expand all | Expand 10 after
4212 ], 4212 ],
4213 # We must use 'sources/' instead of 'source!' as there is a 4213 # We must use 'sources/' instead of 'source!' as there is a
4214 # target-default 'sources/' including gtk_unittest and 'source/' takes 4214 # target-default 'sources/' including gtk_unittest and 'source/' takes
4215 # precedence over 'sources!'. 4215 # precedence over 'sources!'.
4216 'sources/': [ 4216 'sources/': [
4217 ['exclude', 'browser/gtk/bookmark_editor_gtk_unittest\\.cc$'], 4217 ['exclude', 'browser/gtk/bookmark_editor_gtk_unittest\\.cc$'],
4218 ['exclude', 'browser/gtk/go_button_gtk_unittest\\.cc$'], 4218 ['exclude', 'browser/gtk/go_button_gtk_unittest\\.cc$'],
4219 ['exclude', 'browser/gtk/tabs/tab_renderer_gtk_unittest\\.cc$'], 4219 ['exclude', 'browser/gtk/tabs/tab_renderer_gtk_unittest\\.cc$'],
4220 ['exclude', 'browser/gtk/options/cookies_view_unittest\\.cc$'], 4220 ['exclude', 'browser/gtk/options/cookies_view_unittest\\.cc$'],
4221 ['exclude', 'browser/gtk/options/languages_page_gtk_unittest\\.cc$' ], 4221 ['exclude', 'browser/gtk/options/languages_page_gtk_unittest\\.cc$' ],
4222 ['exclude', 'browser/gtk/gtk_theme_provider_unittest\\.cc$'],
4222 ], 4223 ],
4223 }], 4224 }],
4224 ['OS=="mac"', { 4225 ['OS=="mac"', {
4225 # The test fetches resources which means Mac need the app bundle to 4226 # The test fetches resources which means Mac need the app bundle to
4226 # exist on disk so it can pull from it. 4227 # exist on disk so it can pull from it.
4227 'dependencies': [ 4228 'dependencies': [
4228 'chrome', 4229 'chrome',
4229 ], 4230 ],
4230 'include_dirs': [ 4231 'include_dirs': [
4231 '../third_party/GTM', 4232 '../third_party/GTM',
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
5924 # Use outputs of this action as inputs for the main target build. 5925 # Use outputs of this action as inputs for the main target build.
5925 # Seems as a misnomer but makes this happy on Linux (scons). 5926 # Seems as a misnomer but makes this happy on Linux (scons).
5926 'process_outputs_as_sources': 1, 5927 'process_outputs_as_sources': 1,
5927 }, 5928 },
5928 ], # 'actions' 5929 ], # 'actions'
5929 }, 5930 },
5930 ] 5931 ]
5931 }], 5932 }],
5932 ], # 'conditions' 5933 ], # 'conditions'
5933 } 5934 }
OLDNEW
« no previous file with comments | « no previous file | views/focus/focus_manager_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698