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

Side by Side Diff: chrome/chrome.gyp

Issue 58008: Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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) 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'common/transport_dib.h', 285 'common/transport_dib.h',
286 'common/transport_dib_linux.cc', 286 'common/transport_dib_linux.cc',
287 'common/transport_dib_mac.cc', 287 'common/transport_dib_mac.cc',
288 'common/transport_dib_win.cc', 288 'common/transport_dib_win.cc',
289 'common/unzip.cc', # Requires zlib directly. 289 'common/unzip.cc', # Requires zlib directly.
290 'common/unzip.h', 290 'common/unzip.h',
291 'common/url_constants.cc', 291 'common/url_constants.cc',
292 'common/url_constants.h', 292 'common/url_constants.h',
293 'common/visitedlink_common.cc', 293 'common/visitedlink_common.cc',
294 'common/visitedlink_common.h', 294 'common/visitedlink_common.h',
295 'common/webkit_param_traits.h',
295 'common/win_safe_util.cc', 296 'common/win_safe_util.cc',
296 'common/win_safe_util.h', 297 'common/win_safe_util.h',
297 'common/win_util.cc', 298 'common/win_util.cc',
298 'common/win_util.h', 299 'common/win_util.h',
299 'common/worker_thread_ticker.cc', 300 'common/worker_thread_ticker.cc',
300 'common/worker_thread_ticker.h', 301 'common/worker_thread_ticker.h',
301 'common/x11_util.cc', 302 'common/x11_util.cc',
302 'common/x11_util.h', 303 'common/x11_util.h',
303 'common/x11_util_internal.h', 304 'common/x11_util_internal.h',
304 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 305 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
(...skipping 2471 matching lines...) Expand 10 before | Expand all | Expand 10 after
2776 'Debug': { 2777 'Debug': {
2777 'msvs_precompiled_header': 'tools/build/win/precompiled.h', 2778 'msvs_precompiled_header': 'tools/build/win/precompiled.h',
2778 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', 2779 'msvs_precompiled_source': 'tools/build/win/precompiled.cc',
2779 }, 2780 },
2780 }, 2781 },
2781 }, 2782 },
2782 ]}, # 'targets' 2783 ]}, # 'targets'
2783 ], # OS=="win" 2784 ], # OS=="win"
2784 ], # 'conditions' 2785 ], # 'conditions'
2785 } 2786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698