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

Issue 3043010: Checking in CL http://www.codereview.chromium.org/2836058 on behalf of zbehan... (Closed)

Created:
10 years, 5 months ago by zel
Modified:
9 years, 6 months ago
Reviewers:
zbehan
CC:
chromium-reviews, nkostylev+cc_chromium.org, ben+cc_chromium.org, Erik does not do reviews, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., davemoore+watch_chromium.org
Visibility:
Public.

Description

Checking in CL http://www.codereview.chromium.org/2836058 on behalf of zbehan@: chrome: create an option for using libcros provided by the system; fix all includes referring to libcros to not include third_party/ * Headers fix is needed to support using system libcros (installed to /usr/include) * All includes are "", and therefore a local variant in third_party/cros/ is always preferred, but system will also get picked up as a secondary target * Fixed chrome/browser/chromeos/cros/synaptics_library.h comments to better reflect the header placement * Added a variable system_libcros defaulting to 0 * Gotten rid of duplicate cros_api.gyp * Changed both places to either link against cros_api or libcrosapi TEST=build in the following scenarios: 1) libcros not installed, libcros sources in third_party/, !defined system_libcros - sucess 2) installed libcros, put #error into /usr/include/cros/chromeos_cros_api.h, repeat 1) - success 3) BUILD_DEFINES+=system_libcros=1, removed libcros from third_party, repeat 2) - fail (on #error in chromeos_cros_api.h) 4) Installed clean libcros, repeat 3) - success Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53288

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -57 lines) Patch
M build/common.gypi View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/DEPS View 2 1 chunk +1 line, -0 lines 1 comment Download
M chrome/browser/chromeos/cros/cros_api.gyp View 1 2 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/cros/cros_in_process_browser_test.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/cros_library_loader.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/cryptohome_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/input_method_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/keyboard_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/keyboard_library.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/login_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/mock_mount_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/mount_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/network_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/power_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/screen_lock_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/speech_synthesis_library.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/synaptics_library.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/cros/syslogs_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/system_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/update_library.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/frame/browser_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/frame/panel_controller.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/google_update_chromeos.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window.gyp View 1 2 1 chunk +17 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/background_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screen_locker.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/user_controller.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/options/language_config_model.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/panels/panel_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system_key_event_listener.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/wm_ipc.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/wm_overview_fav_icon.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/wm_overview_title.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/browser_bubble_gtk.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/extensions/extension_popup.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/info_bubble.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +17 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
zbehan
http://codereview.chromium.org/3043010/diff/25002/19004 File chrome/browser/chromeos/DEPS (right): http://codereview.chromium.org/3043010/diff/25002/19004#newcode2 chrome/browser/chromeos/DEPS:2: "+third_party/cros", I believe that third_party/cros is not needed anymore. ...
10 years, 5 months ago (2010-07-21 22:23:59 UTC) #1
zel
10 years, 5 months ago (2010-07-21 22:28:26 UTC) #2
Actually, this is still needed for builds outside of chroot.

On Wed, Jul 21, 2010 at 3:24 PM, <zbehan@chromium.org> wrote:

>
> http://codereview.chromium.org/3043010/diff/25002/19004
> File chrome/browser/chromeos/DEPS (right):
>
> http://codereview.chromium.org/3043010/diff/25002/19004#newcode2
> chrome/browser/chromeos/DEPS:2: "+third_party/cros",
> I believe that third_party/cros is not needed anymore. The patch should
> change all of these, and in fact enforcement of _NOT_ allowing these
> would be beneficial, as it will make sure noone will break the new way
> of including libcros by accident.
>
> http://codereview.chromium.org/3043010/show
>

Powered by Google App Engine
This is Rietveld 408576698