OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'controls/table/table_view.h', | 216 'controls/table/table_view.h', |
217 'controls/table/table_view2.cc', | 217 'controls/table/table_view2.cc', |
218 'controls/table/table_view2.h', | 218 'controls/table/table_view2.h', |
219 'controls/table/table_view_observer.h', | 219 'controls/table/table_view_observer.h', |
220 'controls/textfield/gtk_views_entry.cc', | 220 'controls/textfield/gtk_views_entry.cc', |
221 'controls/textfield/gtk_views_entry.h', | 221 'controls/textfield/gtk_views_entry.h', |
222 'controls/textfield/gtk_views_textview.cc', | 222 'controls/textfield/gtk_views_textview.cc', |
223 'controls/textfield/gtk_views_textview.h', | 223 'controls/textfield/gtk_views_textview.h', |
224 'controls/textfield/textfield.cc', | 224 'controls/textfield/textfield.cc', |
225 'controls/textfield/textfield.h', | 225 'controls/textfield/textfield.h', |
| 226 'controls/textfield/textfield_views_model.cc', |
| 227 'controls/textfield/textfield_views_model.h', |
226 'controls/textfield/native_textfield_gtk.cc', | 228 'controls/textfield/native_textfield_gtk.cc', |
227 'controls/textfield/native_textfield_gtk.h', | 229 'controls/textfield/native_textfield_gtk.h', |
228 'controls/textfield/native_textfield_win.cc', | 230 'controls/textfield/native_textfield_win.cc', |
229 'controls/textfield/native_textfield_win.h', | 231 'controls/textfield/native_textfield_win.h', |
230 'controls/textfield/native_textfield_wrapper.h', | 232 'controls/textfield/native_textfield_wrapper.h', |
| 233 'controls/textfield/native_textfield_views.cc', |
| 234 'controls/textfield/native_textfield_views.h', |
231 'controls/throbber.cc', | 235 'controls/throbber.cc', |
232 'controls/throbber.h', | 236 'controls/throbber.h', |
233 'controls/tree/tree_view.cc', | 237 'controls/tree/tree_view.cc', |
234 'controls/tree/tree_view.h', | 238 'controls/tree/tree_view.h', |
235 'drag_utils.cc', | 239 'drag_utils.cc', |
236 'drag_utils.h', | 240 'drag_utils.h', |
237 'drag_utils_gtk.cc', | 241 'drag_utils_gtk.cc', |
238 'drag_utils_win.cc', | 242 'drag_utils_win.cc', |
239 'event.cc', | 243 'event.cc', |
240 'event.h', | 244 'event.h', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'sources/': [ | 389 'sources/': [ |
386 ['exclude', 'focus/accelerator_handler_gtk.cc'], | 390 ['exclude', 'focus/accelerator_handler_gtk.cc'], |
387 ['exclude', 'controls/menu/native_menu_gtk.cc'], | 391 ['exclude', 'controls/menu/native_menu_gtk.cc'], |
388 ], | 392 ], |
389 }], | 393 }], |
390 ['OS=="win"', { | 394 ['OS=="win"', { |
391 'sources!': [ | 395 'sources!': [ |
392 'controls/slider/slider.cc', | 396 'controls/slider/slider.cc', |
393 'controls/slider/slider.h', | 397 'controls/slider/slider.h', |
394 'controls/slider/native_slider_wrapper.h', | 398 'controls/slider/native_slider_wrapper.h', |
| 399 'controls/textfield/native_textfield_views.cc', |
| 400 'controls/textfield/native_textfield_views.h', |
| 401 'controls/textfield/textfield_views_model.cc', |
| 402 'controls/textfield/textfield_views_model.h', |
395 ], | 403 ], |
396 'include_dirs': [ | 404 'include_dirs': [ |
397 '<(DEPTH)/third_party/wtl/include', | 405 '<(DEPTH)/third_party/wtl/include', |
398 ], | 406 ], |
399 }], | 407 }], |
400 ], | 408 ], |
401 }, | 409 }, |
402 { | 410 { |
403 'target_name': 'views_unittests', | 411 'target_name': 'views_unittests', |
404 'type': 'executable', | 412 'type': 'executable', |
(...skipping 12 matching lines...) Expand all Loading... |
417 'include_dirs': [ | 425 'include_dirs': [ |
418 '..', | 426 '..', |
419 ], | 427 ], |
420 'sources': [ | 428 'sources': [ |
421 'animation/bounds_animator_unittest.cc', | 429 'animation/bounds_animator_unittest.cc', |
422 'box_layout_unittest.cc', | 430 'box_layout_unittest.cc', |
423 'controls/label_unittest.cc', | 431 'controls/label_unittest.cc', |
424 'controls/progress_bar_unittest.cc', | 432 'controls/progress_bar_unittest.cc', |
425 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 433 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
426 'controls/table/table_view_unittest.cc', | 434 'controls/table/table_view_unittest.cc', |
| 435 'controls/textfield/native_textfield_views_unittest.cc', |
| 436 'controls/textfield/textfield_views_model_unittest.cc', |
427 'focus/accelerator_handler_gtk_unittest.cc', | 437 'focus/accelerator_handler_gtk_unittest.cc', |
428 'focus/focus_manager_unittest.cc', | 438 'focus/focus_manager_unittest.cc', |
429 'grid_layout_unittest.cc', | 439 'grid_layout_unittest.cc', |
430 'run_all_unittests.cc', | 440 'run_all_unittests.cc', |
431 'view_unittest.cc', | 441 'view_unittest.cc', |
432 | 442 |
433 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 443 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
434 ], | 444 ], |
435 'conditions': [ | 445 'conditions': [ |
436 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 446 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
(...skipping 10 matching lines...) Expand all Loading... |
447 ], | 457 ], |
448 }, | 458 }, |
449 ], | 459 ], |
450 ['OS=="win"', { | 460 ['OS=="win"', { |
451 'dependencies': [ | 461 'dependencies': [ |
452 # TODO(jcivelli): ideally the resource needed by views would be | 462 # TODO(jcivelli): ideally the resource needed by views would be |
453 # factored out. (for some reason it pulls in a bunch | 463 # factored out. (for some reason it pulls in a bunch |
454 # unrelated things like v8, sqlite nss...). | 464 # unrelated things like v8, sqlite nss...). |
455 '../chrome/app/locales/locales.gyp:en-US', | 465 '../chrome/app/locales/locales.gyp:en-US', |
456 ], | 466 ], |
| 467 'sources!': [ |
| 468 'controls/textfield/native_textfield_views_unittest.cc', |
| 469 'controls/textfield/textfield_views_model_unittest.cc', |
| 470 ], |
457 'link_settings': { | 471 'link_settings': { |
458 'libraries': [ | 472 'libraries': [ |
459 '-limm32.lib', | 473 '-limm32.lib', |
460 '-loleacc.lib', | 474 '-loleacc.lib', |
461 ] | 475 ] |
462 }, | 476 }, |
463 'include_dirs': [ | 477 'include_dirs': [ |
464 '<(DEPTH)/third_party/wtl/include', | 478 '<(DEPTH)/third_party/wtl/include', |
465 ], | 479 ], |
466 }], | 480 }], |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 ], | 543 ], |
530 }, | 544 }, |
531 ], | 545 ], |
532 } | 546 } |
533 | 547 |
534 # Local Variables: | 548 # Local Variables: |
535 # tab-width:2 | 549 # tab-width:2 |
536 # indent-tabs-mode:nil | 550 # indent-tabs-mode:nil |
537 # End: | 551 # End: |
538 # vim: set expandtab tabstop=2 shiftwidth=2: | 552 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |