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

Side by Side Diff: base/base.gypi

Issue 10470002: Add ShellIntegration::ActivateMetroChrome, which launches Chrome in metro-mode on Windows 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include windows.h for HRESULT Created 8 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 | « no previous file | base/win/metro_exports.h » ('j') | base/win/metro_exports.h » ('J')
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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'win/event_trace_provider.cc', 425 'win/event_trace_provider.cc',
426 'win/event_trace_provider.h', 426 'win/event_trace_provider.h',
427 'win/i18n.cc', 427 'win/i18n.cc',
428 'win/i18n.h', 428 'win/i18n.h',
429 'win/iat_patch_function.cc', 429 'win/iat_patch_function.cc',
430 'win/iat_patch_function.h', 430 'win/iat_patch_function.h',
431 'win/iunknown_impl.h', 431 'win/iunknown_impl.h',
432 'win/iunknown_impl.cc', 432 'win/iunknown_impl.cc',
433 'win/metro.cc', 433 'win/metro.cc',
434 'win/metro.h', 434 'win/metro.h',
435 'win/metro_exports.cc',
436 'win/metro_exports.h',
435 'win/object_watcher.cc', 437 'win/object_watcher.cc',
436 'win/object_watcher.h', 438 'win/object_watcher.h',
437 'win/registry.cc', 439 'win/registry.cc',
438 'win/registry.h', 440 'win/registry.h',
439 'win/resource_util.cc', 441 'win/resource_util.cc',
440 'win/resource_util.h', 442 'win/resource_util.h',
441 'win/sampling_profiler.cc', 443 'win/sampling_profiler.cc',
442 'win/sampling_profiler.h', 444 'win/sampling_profiler.h',
443 'win/scoped_bstr.cc', 445 'win/scoped_bstr.cc',
444 'win/scoped_bstr.h', 446 'win/scoped_bstr.h',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'third_party/xdg_mime/xdgmimemagic.c', 938 'third_party/xdg_mime/xdgmimemagic.c',
937 'third_party/xdg_mime/xdgmimemagic.h', 939 'third_party/xdg_mime/xdgmimemagic.h',
938 'third_party/xdg_mime/xdgmimeparent.c', 940 'third_party/xdg_mime/xdgmimeparent.c',
939 'third_party/xdg_mime/xdgmimeparent.h', 941 'third_party/xdg_mime/xdgmimeparent.h',
940 ], 942 ],
941 }, 943 },
942 ], 944 ],
943 }], 945 }],
944 ], 946 ],
945 } 947 }
OLDNEW
« no previous file with comments | « no previous file | base/win/metro_exports.h » ('j') | base/win/metro_exports.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698