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

Side by Side Diff: views/views.gyp

Issue 131027: Hook up "clear browsing data" dialog. It looks like ass right now. The intent... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 | « chrome/chrome.gyp ('k') | views/window/dialog_client_view.cc » ('j') | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'window/custom_frame_view.cc', 225 'window/custom_frame_view.cc',
226 'window/custom_frame_view.h', 226 'window/custom_frame_view.h',
227 'window/dialog_client_view.cc', 227 'window/dialog_client_view.cc',
228 'window/dialog_client_view.h', 228 'window/dialog_client_view.h',
229 'window/dialog_delegate.cc', 229 'window/dialog_delegate.cc',
230 'window/dialog_delegate.h', 230 'window/dialog_delegate.h',
231 'window/native_frame_view.cc', 231 'window/native_frame_view.cc',
232 'window/native_frame_view.h', 232 'window/native_frame_view.h',
233 'window/non_client_view.cc', 233 'window/non_client_view.cc',
234 'window/non_client_view.h', 234 'window/non_client_view.h',
235 'window/window.cc',
235 'window/window.h', 236 'window/window.h',
236 'window/window_delegate.h', 237 'window/window_delegate.h',
237 'window/window_delegate.cc', 238 'window/window_delegate.cc',
238 'window/window_resources.h', 239 'window/window_resources.h',
239 'window/window_gtk.cc', 240 'window/window_gtk.cc',
240 'window/window_gtk.h', 241 'window/window_gtk.h',
241 'window/window_win.cc', 242 'window/window_win.cc',
242 'window/window_win.h', 243 'window/window_win.h',
243 ], 244 ],
244 'include_dirs': [ 245 'include_dirs': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ], 292 ],
292 'include_dirs': [ 293 'include_dirs': [
293 # TODO(beng): move wtl to src/third_party 294 # TODO(beng): move wtl to src/third_party
294 '../chrome/third_party/wtl/include', 295 '../chrome/third_party/wtl/include',
295 ], 296 ],
296 }], 297 }],
297 ], 298 ],
298 }, 299 },
299 ], 300 ],
300 } 301 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | views/window/dialog_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698