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

Side by Side Diff: chrome/chrome_common.gypi

Issue 553051: Add support for UserIdleTime to Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'dependencies': [ 291 'dependencies': [
292 '../build/linux/system.gyp:gtk', 292 '../build/linux/system.gyp:gtk',
293 ], 293 ],
294 'export_dependent_settings': [ 294 'export_dependent_settings': [
295 '../third_party/sqlite/sqlite.gyp:sqlite', 295 '../third_party/sqlite/sqlite.gyp:sqlite',
296 ], 296 ],
297 'link_settings': { 297 'link_settings': {
298 'libraries': [ 298 'libraries': [
299 '-lX11', 299 '-lX11',
300 '-lXrender', 300 '-lXrender',
301 '-lXss',
301 '-lXext', 302 '-lXext',
302 ], 303 ],
303 }, 304 },
304 },], 305 },],
305 ['OS=="linux" and selinux==1', { 306 ['OS=="linux" and selinux==1', {
306 'dependencies': [ 307 'dependencies': [
307 '../build/linux/system.gyp:selinux', 308 '../build/linux/system.gyp:selinux',
308 ], 309 ],
309 }], 310 }],
310 ['OS=="mac"', { 311 ['OS=="mac"', {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'configurations': { 378 'configurations': {
378 'Common_Base': { 379 'Common_Base': {
379 'msvs_target_platform': 'x64', 380 'msvs_target_platform': 'x64',
380 }, 381 },
381 }, 382 },
382 }, 383 },
383 ], 384 ],
384 }], 385 }],
385 ], 386 ],
386 } 387 }
OLDNEW
« chrome/browser/sync/engine/idle_query_linux.cc ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698