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: trunk/src/win8/delegate_execute/delegate_execute.gyp

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/webkit/renderer/webkit_renderer.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 'includes': [ 8 'includes': [
9 '../../build/win_precompile.gypi', 9 '../../build/win_precompile.gypi',
10 '../../chrome/version.gypi', 10 '../../chrome/version.gypi',
(...skipping 25 matching lines...) Expand all
36 ], 36 ],
37 }, 37 },
38 { 38 {
39 'target_name': 'delegate_execute', 39 'target_name': 'delegate_execute',
40 'type': 'executable', 40 'type': 'executable',
41 'dependencies': [ 41 'dependencies': [
42 '../../base/base.gyp:base', 42 '../../base/base.gyp:base',
43 '../../breakpad/breakpad.gyp:breakpad_handler', 43 '../../breakpad/breakpad.gyp:breakpad_handler',
44 '../../chrome/chrome.gyp:installer_util', 44 '../../chrome/chrome.gyp:installer_util',
45 '../../google_update/google_update.gyp:google_update', 45 '../../google_update/google_update.gyp:google_update',
46 '../../ui/gfx/gfx.gyp:gfx',
47 '../../ui/ui.gyp:ui', 46 '../../ui/ui.gyp:ui',
48 '../../win8/win8.gyp:check_sdk_patch', 47 '../../win8/win8.gyp:check_sdk_patch',
49 'delegate_execute_version_resources', 48 'delegate_execute_version_resources',
50 ], 49 ],
51 'sources': [ 50 'sources': [
52 'chrome_util.cc', 51 'chrome_util.cc',
53 'chrome_util.h', 52 'chrome_util.h',
54 'command_execute_impl.cc', 53 'command_execute_impl.cc',
55 'command_execute_impl.h', 54 'command_execute_impl.h',
56 'command_execute_impl.rgs', 55 'command_execute_impl.rgs',
(...skipping 23 matching lines...) Expand all
80 '../../testing/gtest.gyp:gtest', 79 '../../testing/gtest.gyp:gtest',
81 ], 80 ],
82 'sources': [ 81 'sources': [
83 'delegate_execute_util.cc', 82 'delegate_execute_util.cc',
84 'delegate_execute_util.h', 83 'delegate_execute_util.h',
85 'delegate_execute_util_unittest.cc', 84 'delegate_execute_util_unittest.cc',
86 ], 85 ],
87 }, 86 },
88 ], 87 ],
89 } 88 }
OLDNEW
« no previous file with comments | « trunk/src/webkit/renderer/webkit_renderer.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698