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

Side by Side Diff: ui/ui.gyp

Issue 12277024: Notificaitons refactor step 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed latest nits Created 7 years, 10 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
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'gfx/vector2d.cc', 509 'gfx/vector2d.cc',
510 'gfx/vector2d.h', 510 'gfx/vector2d.h',
511 'gfx/vector2d_conversions.cc', 511 'gfx/vector2d_conversions.cc',
512 'gfx/vector2d_conversions.h', 512 'gfx/vector2d_conversions.h',
513 'gfx/vector2d_f.cc', 513 'gfx/vector2d_f.cc',
514 'gfx/vector2d_f.h', 514 'gfx/vector2d_f.h',
515 'gfx/vector3d_f.cc', 515 'gfx/vector3d_f.cc',
516 'gfx/vector3d_f.h', 516 'gfx/vector3d_f.h',
517 'gfx/video_decode_acceleration_support_mac.h', 517 'gfx/video_decode_acceleration_support_mac.h',
518 'gfx/video_decode_acceleration_support_mac.mm', 518 'gfx/video_decode_acceleration_support_mac.mm',
519 'notifications/notification_types.h',
520 'notifications/notification_types.cc',
521 'webui/jstemplate_builder.cc', 519 'webui/jstemplate_builder.cc',
522 'webui/jstemplate_builder.h', 520 'webui/jstemplate_builder.h',
523 'webui/web_ui_util.cc', 521 'webui/web_ui_util.cc',
524 'webui/web_ui_util.h', 522 'webui/web_ui_util.h',
525 ], 523 ],
526 'target_conditions': [ 524 'target_conditions': [
527 ['OS == "ios"', { 525 ['OS == "ios"', {
528 'sources/': [ 526 'sources/': [
529 ['include', '^base/l10n/l10n_util_mac\\.mm$'], 527 ['include', '^base/l10n/l10n_util_mac\\.mm$'],
530 ], 528 ],
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'link_settings': { 935 'link_settings': {
938 'libraries': [ 936 'libraries': [
939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 937 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
940 ], 938 ],
941 }, 939 },
942 }, 940 },
943 ], 941 ],
944 }], 942 }],
945 ], 943 ],
946 } 944 }
OLDNEW
« ui/message_center/notification_view.cc ('K') | « ui/notifications/notification_types.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698