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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10819003: Upstreaming ChromeBrowserMainAndroid (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'browser/certificate_viewer.cc', 394 'browser/certificate_viewer.cc',
395 'browser/certificate_viewer.h', 395 'browser/certificate_viewer.h',
396 'browser/character_encoding.cc', 396 'browser/character_encoding.cc',
397 'browser/character_encoding.h', 397 'browser/character_encoding.h',
398 'browser/chrome_benchmarking_message_filter.cc', 398 'browser/chrome_benchmarking_message_filter.cc',
399 'browser/chrome_benchmarking_message_filter.h', 399 'browser/chrome_benchmarking_message_filter.h',
400 'browser/chrome_browser_application_mac.h', 400 'browser/chrome_browser_application_mac.h',
401 'browser/chrome_browser_application_mac.mm', 401 'browser/chrome_browser_application_mac.mm',
402 'browser/chrome_browser_main.cc', 402 'browser/chrome_browser_main.cc',
403 'browser/chrome_browser_main.h', 403 'browser/chrome_browser_main.h',
404 'browser/chrome_browser_main_android.cc',
405 'browser/chrome_browser_main_android.h',
Nico 2012/07/24 21:33:30 You don't add the _adapter_ files anywhere. Is thi
aurimas (slooooooooow) 2012/07/24 22:27:13 It was a mistake, but when I fixed it, I realized
404 'browser/chrome_browser_main_extra_parts.h', 406 'browser/chrome_browser_main_extra_parts.h',
405 'browser/chrome_browser_main_linux.cc', 407 'browser/chrome_browser_main_linux.cc',
406 'browser/chrome_browser_main_linux.h', 408 'browser/chrome_browser_main_linux.h',
407 'browser/chrome_browser_main_mac.h', 409 'browser/chrome_browser_main_mac.h',
408 'browser/chrome_browser_main_mac.mm', 410 'browser/chrome_browser_main_mac.mm',
409 'browser/chrome_browser_main_posix.cc', 411 'browser/chrome_browser_main_posix.cc',
410 'browser/chrome_browser_main_posix.h', 412 'browser/chrome_browser_main_posix.h',
411 'browser/chrome_browser_main_win.cc', 413 'browser/chrome_browser_main_win.cc',
412 'browser/chrome_browser_main_win.h', 414 'browser/chrome_browser_main_win.h',
413 'browser/chrome_browser_main_x11.cc', 415 'browser/chrome_browser_main_x11.cc',
(...skipping 5060 matching lines...) Expand 10 before | Expand all | Expand 10 after
5474 'variables': { 5476 'variables': {
5475 'jni_gen_dir': 'chrome', 5477 'jni_gen_dir': 'chrome',
5476 }, 5478 },
5477 'includes': [ '../build/jni_generator.gypi' ], 5479 'includes': [ '../build/jni_generator.gypi' ],
5478 }, 5480 },
5479 ], 5481 ],
5480 }, 5482 },
5481 ], 5483 ],
5482 ], 5484 ],
5483 } 5485 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698