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

Side by Side Diff: ui/views/views.gyp

Issue 11684003: Make MessageCenter a singleton object and build on Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update comment. Created 7 years, 11 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 | « ui/message_center/message_center.gyp ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 ], 483 ],
484 }], 484 }],
485 ], 485 ],
486 }], 486 }],
487 ['use_aura==0', { 487 ['use_aura==0', {
488 'sources/': [ 488 'sources/': [
489 ['exclude', 'corewm'], 489 ['exclude', 'corewm'],
490 ['exclude', 'widget/desktop_aura'], 490 ['exclude', 'widget/desktop_aura'],
491 ], 491 ],
492 'sources!': [ 492 'sources!': [
493 'bubble/tray_bubble_view.cc',
494 'bubble/tray_bubble_view.h',
495 'widget/native_widget_aura_window_observer.cc', 493 'widget/native_widget_aura_window_observer.cc',
496 'widget/native_widget_aura_window_observer.h', 494 'widget/native_widget_aura_window_observer.h',
497 'widget/widget_aura_utils.cc', 495 'widget/widget_aura_utils.cc',
498 'widget/widget_aura_utils.h', 496 'widget/widget_aura_utils.h',
499 ], 497 ],
500 }], 498 }],
501 ['chromeos==1', { 499 ['chromeos==1', {
502 'sources/': [ 500 'sources/': [
503 ['exclude', 'widget/desktop_aura'], 501 ['exclude', 'widget/desktop_aura'],
504 ], 502 ],
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'sources/': [ 984 'sources/': [
987 # This is needed because the aura rule strips it from the default 985 # This is needed because the aura rule strips it from the default
988 # sources list. 986 # sources list.
989 ['include', '^../../content/app/startup_helper_win.cc'], 987 ['include', '^../../content/app/startup_helper_win.cc'],
990 ], 988 ],
991 }], 989 }],
992 ], 990 ],
993 }, # target_name: views_examples_with_content_exe 991 }, # target_name: views_examples_with_content_exe
994 ], 992 ],
995 } 993 }
OLDNEW
« no previous file with comments | « ui/message_center/message_center.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698