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

Side by Side Diff: views/views.gyp

Issue 348033: Remove themes/default.dll and merge the resources into chrome.dll. (Closed)
Patch Set: update comments Created 11 years, 1 month 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 | « views/examples/examples_main.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 (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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'examples/combobox_example.h', 354 'examples/combobox_example.h',
355 'examples/example_base.cc', 355 'examples/example_base.cc',
356 'examples/example_base.h', 356 'examples/example_base.h',
357 'examples/examples_main.cc', 357 'examples/examples_main.cc',
358 'examples/examples_main.h', 358 'examples/examples_main.h',
359 'examples/message_box_example.h', 359 'examples/message_box_example.h',
360 'examples/radio_button_example.h', 360 'examples/radio_button_example.h',
361 'examples/scroll_view_example.h', 361 'examples/scroll_view_example.h',
362 'examples/tabbed_pane_example.h', 362 'examples/tabbed_pane_example.h',
363 'examples/textfield_example.h', 363 'examples/textfield_example.h',
364
365 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources.rc',
364 ], 366 ],
365 'conditions': [ 367 'conditions': [
366 ['OS=="linux"', { 368 ['OS=="linux"', {
367 'dependencies': [ 369 'dependencies': [
368 '../build/linux/system.gyp:gtk', 370 '../build/linux/system.gyp:gtk',
369 ], 371 ],
370 }, 372 },
371 ], 373 ],
372 ['OS=="linux" and toolkit_views==1', { 374 ['OS=="linux" and toolkit_views==1', {
373 'dependencies': [ 375 'dependencies': [
(...skipping 14 matching lines...) Expand all
388 ], 390 ],
389 }, 391 },
390 ], 392 ],
391 } 393 }
392 394
393 # Local Variables: 395 # Local Variables:
394 # tab-width:2 396 # tab-width:2
395 # indent-tabs-mode:nil 397 # indent-tabs-mode:nil
396 # End: 398 # End:
397 # vim: set expandtab tabstop=2 shiftwidth=2: 399 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/examples/examples_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698