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

Side by Side Diff: views/views.gyp

Issue 118002: Gets button_dropdown compiling on linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « views/view.h ('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 (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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 ['OS=="linux"', { 230 ['OS=="linux"', {
231 'dependencies': [ 231 'dependencies': [
232 '../build/linux/system.gyp:gtk', 232 '../build/linux/system.gyp:gtk',
233 ], 233 ],
234 'sources!': [ 234 'sources!': [
235 'accelerator.cc', 235 'accelerator.cc',
236 'accessibility/accessible_wrapper.cc', 236 'accessibility/accessible_wrapper.cc',
237 'accessibility/view_accessibility.cc', 237 'accessibility/view_accessibility.cc',
238 'accessibility/view_accessibility_wrapper.cc', 238 'accessibility/view_accessibility_wrapper.cc',
239 'controls/scrollbar/bitmap_scroll_bar.cc', 239 'controls/scrollbar/bitmap_scroll_bar.cc',
240 'controls/button/button_dropdown.cc',
241 'controls/button/radio_button.cc', 240 'controls/button/radio_button.cc',
242 'controls/combo_box.cc', 241 'controls/combo_box.cc',
243 'controls/hwnd_view.cc', 242 'controls/hwnd_view.cc',
244 'controls/menu/chrome_menu.cc', 243 'controls/menu/chrome_menu.cc',
245 'controls/message_box_view.cc', 244 'controls/message_box_view.cc',
246 'controls/scroll_view.cc', 245 'controls/scroll_view.cc',
247 'controls/table/group_table_view.cc', 246 'controls/table/group_table_view.cc',
248 'controls/native_control.cc', 247 'controls/native_control.cc',
249 'controls/scrollbar/native_scroll_bar.cc', 248 'controls/scrollbar/native_scroll_bar.cc',
250 'controls/button/radio_button.cc', 249 'controls/button/radio_button.cc',
(...skipping 23 matching lines...) Expand all
274 ], 273 ],
275 'include_dirs': [ 274 'include_dirs': [
276 # TODO(beng): move wtl to src/third_party 275 # TODO(beng): move wtl to src/third_party
277 '../chrome/third_party/wtl/include', 276 '../chrome/third_party/wtl/include',
278 ], 277 ],
279 }], 278 }],
280 ], 279 ],
281 }, 280 },
282 ], 281 ],
283 } 282 }
OLDNEW
« no previous file with comments | « views/view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698